Uses of Interface
org.apache.drill.exec.planner.logical.CreateTableEntry
Packages that use CreateTableEntry
Package
Description
- 
Uses of CreateTableEntry in org.apache.drill.exec.planner.commonMethods in org.apache.drill.exec.planner.common that return CreateTableEntryConstructors in org.apache.drill.exec.planner.common with parameters of type CreateTableEntryModifierConstructorDescriptionDrillWriterRelBase(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.logicalClasses in org.apache.drill.exec.planner.logical that implement CreateTableEntryModifier and TypeClassDescriptionclassImplementsCreateTableEntryinterface to create new tables in FileSystem storage.Constructors in org.apache.drill.exec.planner.logical with parameters of type CreateTableEntryModifierConstructorDescriptionDrillWriterRel(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.physicalConstructors in org.apache.drill.exec.planner.physical with parameters of type CreateTableEntryModifierConstructorDescriptionWriterPrel(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.storeMethods in org.apache.drill.exec.store that return CreateTableEntryModifier 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.dfsMethods in org.apache.drill.exec.store.dfs that return CreateTableEntryModifier 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.schemaMethods in org.apache.drill.exec.store.googlesheets.schema that return CreateTableEntryModifier and TypeMethodDescriptionGoogleSheetsDrillSchema.createNewTable(String tableName, List<String> partitionColumns, StorageStrategy storageStrategy) 
- 
Uses of CreateTableEntry in org.apache.drill.exec.store.jdbcMethods in org.apache.drill.exec.store.jdbc that return CreateTableEntryModifier and TypeMethodDescriptionCapitalizingJdbcSchema.createNewTable(String tableName, List<String> partitionColumns, StorageStrategy strategy) 
- 
Uses of CreateTableEntry in org.apache.drill.exec.store.splunkMethods in org.apache.drill.exec.store.splunk that return CreateTableEntryModifier and TypeMethodDescriptionSplunkSchema.createNewTable(String tableName, List<String> partitionColumns, StorageStrategy strategy)