Uses of Class
org.apache.druid.catalog.model.TableSpec
Packages that use TableSpec
Package
Description
-
Uses of TableSpec in org.apache.druid.catalog.model
Methods in org.apache.druid.catalog.model that return TableSpecModifier and TypeMethodDescriptionTableDefn.merge(TableSpec spec, TableSpec update, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) Merge a table spec with an update.ResolvedTable.spec()TableMetadata.spec()TableSpec.withColumns(List<ColumnSpec> columns) TableSpec.withProperties(Map<String, Object> properties) Methods in org.apache.druid.catalog.model with parameters of type TableSpecModifier and TypeMethodDescriptionstatic TableMetadataTableDefn.merge(TableSpec spec, TableSpec update, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) Merge a table spec with an update.static TableMetadatastatic TableMetadataConstructors in org.apache.druid.catalog.model with parameters of type TableSpecModifierConstructorDescriptionResolvedTable(TableDefn defn, TableSpec spec, com.fasterxml.jackson.databind.ObjectMapper jsonMapper) TableMetadata(TableId tableId, long creationTime, long updateTime, TableMetadata.TableState state, TableSpec spec) -
Uses of TableSpec in org.apache.druid.catalog.model.facade
Methods in org.apache.druid.catalog.model.facade that return TableSpec -
Uses of TableSpec in org.apache.druid.catalog.model.table
Methods in org.apache.druid.catalog.model.table that return TableSpecMethods in org.apache.druid.catalog.model.table with parameters of type TableSpec