| Modifier and Type | Method and Description |
|---|---|
StorageStrategy |
AbstractWriter.getStorageStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWriter.setStorageStrategy(StorageStrategy storageStrategy) |
| Constructor and Description |
|---|
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPluginConfig formatConfig,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginRegistry engineRegistry) |
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPlugin formatPlugin,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
| Modifier and Type | Field and Description |
|---|---|
static StorageStrategy |
StorageStrategy.DEFAULT
For directories: drwxrwxr-x (owner and group have full access, others can read and execute).
|
static StorageStrategy |
StorageStrategy.TEMPORARY
Primary is used for temporary tables.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableEntry |
SubSchemaWrapper.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
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
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableEntry |
WorkspaceSchemaFactory.WorkspaceSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
CreateTableEntry |
FileSystemSchemaFactory.FileSystemSchema.createNewTable(String tableName,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
| Constructor and Description |
|---|
EasyWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
StoragePluginRegistry engineRegistry) |
| Constructor and Description |
|---|
JsonRecordWriter(StorageStrategy storageStrategy) |
| Constructor and Description |
|---|
ParquetWriter(PhysicalOperator child,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy,
StoragePluginConfig storageConfig,
StoragePluginRegistry engineRegistry) |
| Constructor and Description |
|---|
DrillTextRecordWriter(BufferAllocator allocator,
StorageStrategy storageStrategy) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.