Uses of Interface
org.apache.drill.exec.planner.logical.CreateTableEntry
Package
Description
-
Uses of CreateTableEntry in org.apache.drill.exec.planner.common
ModifierConstructorDescriptionDrillWriterRelBase
(org.apache.calcite.plan.Convention convention, org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rel.RelNode input, CreateTableEntry createTableEntry) -
Uses of CreateTableEntry in org.apache.drill.exec.planner.logical
Modifier and TypeClassDescriptionclass
ImplementsCreateTableEntry
interface to create new tables in FileSystem storage.ModifierConstructorDescriptionDrillWriterRel
(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rel.RelNode input, CreateTableEntry createTableEntry) -
Uses of CreateTableEntry in org.apache.drill.exec.planner.physical
ModifierConstructorDescriptionWriterPrel
(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode child, CreateTableEntry createTableEntry) -
Uses of CreateTableEntry in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionAbstractSchema.appendToStatsTable
(String tableName) Create an append statistics table entry for given tableName.SubSchemaWrapper.appendToStatsTable
(String tableName) AbstractSchema.createNewTable
(String tableName, List<String> partitionColumns) Creates table entry using table name and list of partition columns if any.AbstractSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) Creates table entry using table name, list of partition columns and storage strategy used to create table folder and filesSubSchemaWrapper.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) AbstractSchema.createStatsTable
(String tableName) Create stats table entry for given tableName.SubSchemaWrapper.createStatsTable
(String tableName) -
Uses of CreateTableEntry in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionFileSystemSchemaFactory.FileSystemSchema.appendToStatsTable
(String tableName) WorkspaceSchemaFactory.WorkspaceSchema.appendToStatsTable
(String tableName) FileSystemSchemaFactory.FileSystemSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) WorkspaceSchemaFactory.WorkspaceSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) FileSystemSchemaFactory.FileSystemSchema.createStatsTable
(String tableName) WorkspaceSchemaFactory.WorkspaceSchema.createStatsTable
(String tableName) -
Uses of CreateTableEntry in org.apache.drill.exec.store.googlesheets.schema
Modifier and TypeMethodDescriptionGoogleSheetsDrillSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of CreateTableEntry in org.apache.drill.exec.store.jdbc
Modifier and TypeMethodDescriptionCapitalizingJdbcSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy strategy) -
Uses of CreateTableEntry in org.apache.drill.exec.store.splunk
Modifier and TypeMethodDescriptionSplunkSchema.createNewTable
(String tableName, List<String> partitionColumns, StorageStrategy strategy)