| Package | Description |
|---|---|
| org.apache.drill.exec.planner | |
| org.apache.drill.exec.planner.common | |
| org.apache.drill.exec.planner.logical | |
| org.apache.drill.exec.store.avro | |
| org.apache.drill.exec.store.dfs | |
| org.apache.drill.exec.store.ischema | |
| org.apache.drill.exec.store.pcap |
For comments on realization of this format plugin look at :
|
| org.apache.drill.exec.store.sys |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
FileSystemPartitionDescriptor.getTable() |
| Modifier and Type | Field and Description |
|---|---|
protected DrillTable |
DrillScanRelBase.drillTable |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
DrillScanRelBase.getDrillTable() |
| Constructor and Description |
|---|
DrillScanRelBase(org.apache.calcite.plan.Convention convention,
org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.plan.RelOptTable table,
DrillTable drillTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicDrillTable |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
DrillTranslatableTable.getDrillTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
DrillImplementor.registerSource(DrillTable table) |
| Constructor and Description |
|---|
DrillTranslatableTable(DrillTable drillTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroDrillTable |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
WorkspaceSchemaFactory.WorkspaceSchema.create(org.apache.drill.exec.store.dfs.WorkspaceSchemaFactory.TableInstance key) |
abstract DrillTable |
FormatMatcher.isReadable(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
String userName) |
DrillTable |
BasicFormatMatcher.isReadable(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceSchemaFactory.WorkspaceSchema.destroy(DrillTable value) |
| Modifier and Type | Class and Description |
|---|---|
class |
InfoSchemaDrillTable |
| Modifier and Type | Class and Description |
|---|---|
class |
PcapDrillTable |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticDrillTable
A
DrillTable with a defined schema
Currently, this is a wrapper class for SystemTable. |
Copyright © 2017 The Apache Software Foundation. All rights reserved.