| Modifier and Type | Field and Description |
|---|---|
protected FileSystemPlugin |
FileSystemSchemaFactory.plugin |
| Modifier and Type | Method and Description |
|---|---|
FileSystemPlugin |
WorkspaceSchemaFactory.getPlugin() |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
BasicFormatMatcher.isReadable(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
SchemaConfig schemaConfig) |
abstract DrillTable |
FormatMatcher.isReadable(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
SchemaConfig schemaConfig) |
| Constructor and Description |
|---|
FileSystemSchemaFactory(FileSystemPlugin plugin,
String schemaName,
List<WorkspaceSchemaFactory> factories) |
WorkspaceSchemaFactory(FileSystemPlugin plugin,
String schemaName,
String storageEngineName,
WorkspaceConfig config,
List<FormatMatcher> formatMatchers,
com.fasterxml.jackson.databind.ObjectMapper mapper,
ScanResult scanResult) |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
TableFormatMatcher.isReadable(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
SchemaConfig schemaConfig) |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
MapRDBFormatMatcher.isReadable(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
SchemaConfig schemaConfig) |
DrillTable |
MapRDBFormatMatcher.isReadableIndex(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
String userName,
IndexDescriptor secondaryIndexDesc)
Get an instance of DrillTable for a particular native secondary index
|
| Constructor and Description |
|---|
MapRDBBinaryTable(String storageEngineName,
FileSystemPlugin storagePlugin,
MapRDBFormatPlugin formatPlugin,
FormatSelection selection) |
| Constructor and Description |
|---|
RestrictedJsonTableGroupScan(String userName,
FileSystemPlugin storagePlugin,
MapRDBFormatPlugin formatPlugin,
JsonScanSpec scanSpec,
List<SchemaPath> columns,
MapRDBStatistics statistics,
TupleMetadata schema) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.