public interface CatalogTable extends CatalogBaseTable
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPartitionKeys()
Get the partition keys of the table.
|
boolean |
isPartitioned()
Check if the table is partitioned or not.
|
Map<String,String> |
toProperties()
Return a property map for table factory discovery purpose.
|
copy, getComment, getDescription, getDetailedDescription, getProperties, getSchemaboolean isPartitioned()
List<String> getPartitionKeys()
Map<String,String> toProperties()
TableFactoryCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.