ShowTableResponse |
ShowTableResponse.setAdditionalInfo(List<Map<String,String>> additionalInfo) |
Additional information about the respective tables in tableNames.
|
ShowTableResponse |
ShowTableResponse.setFullSizes(List<Long> fullSizes) |
|
ShowTableResponse |
ShowTableResponse.setInfo(Map<String,String> info) |
Additional information.
|
ShowTableResponse |
ShowTableResponse.setJoinSizes(List<Double> joinSizes) |
If GET_SIZES is TRUE, an array containing the number of unfiltered records in the cross
product of the sub-tables of each corresponding join-table in tableNames.
|
ShowTableResponse |
ShowTableResponse.setProperties(List<Map<String,List<String>>> properties) |
Property maps of the respective tables in tableNames.
|
ShowTableResponse |
ShowTableResponse.setSizes(List<Long> sizes) |
|
ShowTableResponse |
ShowTableResponse.setTableDescriptions(List<List<String>> tableDescriptions) |
List of descriptions for the respective tables in tableNames.
|
ShowTableResponse |
ShowTableResponse.setTableName(String tableName) |
|
ShowTableResponse |
ShowTableResponse.setTableNames(List<String> tableNames) |
|
ShowTableResponse |
ShowTableResponse.setTotalFullSize(long totalFullSize) |
|
ShowTableResponse |
ShowTableResponse.setTotalSize(long totalSize) |
|
ShowTableResponse |
ShowTableResponse.setTypeIds(List<String> typeIds) |
|
ShowTableResponse |
ShowTableResponse.setTypeLabels(List<String> typeLabels) |
Type labels of the respective tables in tableNames.
|
ShowTableResponse |
ShowTableResponse.setTypeSchemas(List<String> typeSchemas) |
Type schemas of the respective tables in tableNames.
|