| Package | Description |
|---|---|
| org.apache.drill.exec.ops | |
| org.apache.drill.exec.planner.sql | |
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.dfs | |
| org.apache.drill.exec.store.ischema | |
| org.apache.drill.exec.store.mock |
Defines a mock data source which generates dummy test data for use
in testing.
|
| org.apache.drill.exec.store.sys |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.schema.SchemaPlus |
QueryContext.getFullRootSchema(SchemaConfig schemaConfig)
Create and return a fully initialized SchemaTree with given schemaConfig.
|
org.apache.calcite.schema.SchemaPlus |
QueryContext.getRootSchema(SchemaConfig schemaConfig)
Create and return a SchemaTree with given schemaConfig but some schemas (from storage plugins)
could be initialized later.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaConfig |
DynamicRootSchema.schemaConfig |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.calcite.schema.SchemaPlus |
DynamicSchema.createRootSchema(StoragePluginRegistry storages,
SchemaConfig schemaConfig) |
| Modifier and Type | Method and Description |
|---|---|
SchemaConfig |
SchemaConfig.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.schema.SchemaPlus |
SchemaTreeProvider.createFullRootSchema(SchemaConfig schemaConfig)
Create and return a Full SchemaTree with given schemaConfig.
|
org.apache.calcite.schema.SchemaPlus |
SchemaTreeProvider.createRootSchema(SchemaConfig schemaConfig)
Create and return a SchemaTree with given schemaConfig.
|
void |
StoragePluginRegistryImpl.DrillSchemaFactory.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent) |
void |
SchemaFactory.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent)
Register the schemas provided by this SchemaFactory implementation under the given parent schema.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSchemaFactory.WorkspaceSchema |
WorkspaceSchemaFactory.createSchema(List<String> parentSchemaPath,
SchemaConfig schemaConfig,
DrillFileSystem fs) |
void |
FileSystemSchemaFactory.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent) |
void |
FileSystemPlugin.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent) |
| Constructor and Description |
|---|
FileSystemSchemaFactory.FileSystemSchema(String name,
SchemaConfig schemaConfig) |
WorkspaceSchemaFactory.WorkspaceSchema(List<String> parentSchemaPath,
String wsName,
SchemaConfig schemaConfig,
DrillFileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfoSchemaStoragePlugin.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
MockStorageEngine.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent) |
void |
MockBreakageStorage.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemTablePlugin.registerSchemas(SchemaConfig schemaConfig,
org.apache.calcite.schema.SchemaPlus parent) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.