Uses of Class
org.apache.druid.catalog.model.TableId
Packages that use TableId
Package
Description
-
Uses of TableId in org.apache.druid.catalog
Methods in org.apache.druid.catalog with parameters of type TableIdModifier and TypeMethodDescriptionResolves a table given aTableIdwith the schema and table name.MetadataCatalog.resolveTable(TableId tableId) NullMetadataCatalog.resolveTable(TableId tableId) -
Uses of TableId in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return TableIdModifier and TypeMethodDescriptionstatic TableIdTableId.datasource(String name) static TableIdTableMetadata.id()static TableIdMethods in org.apache.druid.catalog.model with parameters of type TableIdModifier and TypeMethodDescriptionstatic TableMetadatastatic TableMetadatastatic TableMetadatastatic TableMetadataConstructors in org.apache.druid.catalog.model with parameters of type TableIdModifierConstructorDescriptionTableMetadata(TableId tableId, long creationTime, long updateTime, TableMetadata.TableState state, TableSpec spec) -
Uses of TableId in org.apache.druid.catalog.model.table
Methods in org.apache.druid.catalog.model.table with parameters of type TableIdConstructors in org.apache.druid.catalog.model.table with parameters of type TableId