public class StandardizedTableDetail extends Object
| Constructor and Description |
|---|
StandardizedTableDetail(String database,
String table,
List<String> primaryKey,
io.cdap.cdap.api.data.schema.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabase() |
List<String> |
getPrimaryKey() |
io.cdap.cdap.api.data.schema.Schema |
getSchema() |
String |
getTable() |
int |
hashCode() |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.