Uses of Class
org.apache.drill.metastore.iceberg.schema.IcebergTableSchema
Package
Description
-
Uses of IcebergTableSchema in org.apache.drill.metastore.iceberg.components.tables
-
Uses of IcebergTableSchema in org.apache.drill.metastore.iceberg.schema
Modifier and TypeMethodDescriptionstatic IcebergTableSchema
IcebergTableSchema.of
(Class<?> clazz, List<MetastoreColumn> partitionKeys) Based on given class fields annotated withMetastoreFieldDefinition
generates Iceberg table schema and its partition specification.