| Modifier and Type | Method and Description |
|---|---|
CreateTableEntry |
DrillWriterRelBase.getCreateTableEntry() |
| Constructor and Description |
|---|
DrillWriterRelBase(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) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemCreateTableEntry
Implements
CreateTableEntry interface to create new tables in FileSystem storage. |
| Constructor and Description |
|---|
DrillWriterRel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode input,
CreateTableEntry createTableEntry) |
| Constructor and Description |
|---|
WriterPrel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.rel.RelNode child,
CreateTableEntry createTableEntry) |
| Modifier and Type | Method and Description |
|---|---|
CreateTableEntry |
AbstractSchema.appendToStatsTable(String tableName)
Create an append statistics table entry for given tableName.
|
CreateTableEntry |
SubSchemaWrapper.appendToStatsTable(String tableName) |
CreateTableEntry |
AbstractSchema.createNewTable(String tableName,
List<String> partitionColumns)
Creates table entry using table name and list of partition columns if any.
|
CreateTableEntry |
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 files
|
CreateTableEntry |
SubSchemaWrapper.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
CreateTableEntry |
AbstractSchema.createStatsTable(String tableName)
Create stats table entry for given tableName.
|
CreateTableEntry |
SubSchemaWrapper.createStatsTable(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
CreateTableEntry |
FileSystemSchemaFactory.FileSystemSchema.appendToStatsTable(String tableName) |
CreateTableEntry |
WorkspaceSchemaFactory.WorkspaceSchema.appendToStatsTable(String tableName) |
CreateTableEntry |
FileSystemSchemaFactory.FileSystemSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
CreateTableEntry |
WorkspaceSchemaFactory.WorkspaceSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
CreateTableEntry |
FileSystemSchemaFactory.FileSystemSchema.createStatsTable(String tableName) |
CreateTableEntry |
WorkspaceSchemaFactory.WorkspaceSchema.createStatsTable(String tableName) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.