public class TableDetail extends TableSummary
| Modifier and Type | Class and Description |
|---|---|
static class |
TableDetail.Builder
Builder for table detail.
|
| Modifier and Type | Method and Description |
|---|---|
static TableDetail.Builder |
builder(String database,
String table,
String schema) |
boolean |
equals(Object o) |
List<ColumnDetail> |
getColumns() |
List<Problem> |
getFeatures() |
List<String> |
getPrimaryKey() |
int |
hashCode() |
getDatabase, getNumColumns, getSchema, getTablepublic List<ColumnDetail> getColumns()
public boolean equals(Object o)
equals in class TableSummarypublic int hashCode()
hashCode in class TableSummarypublic static TableDetail.Builder builder(String database, String table, String schema)
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.