| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.scan.columns |
Handles the special "columns" column used by the text reader,
and available to similar readers.
|
| org.apache.drill.exec.physical.impl.scan.file |
Handles optional file metadata columns: implicit columns and
partition columns.
|
| org.apache.drill.exec.physical.impl.scan.framework |
Defines the projection, vector continuity and other operations for
a set of one or more readers.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnsScanFramework.ColumnsSchemaNegotiatorImpl
Implementation of the columns array schema negotiator.
|
| Modifier and Type | Method and Description |
|---|---|
protected SchemaNegotiatorImpl |
ColumnsScanFramework.newNegotiator() |
| Modifier and Type | Class and Description |
|---|---|
static class |
FileScanFramework.FileSchemaNegotiatorImpl
Implementation of the file-level schema negotiator.
|
| Modifier and Type | Method and Description |
|---|---|
protected SchemaNegotiatorImpl |
FileScanFramework.newNegotiator() |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaNegotiatorImpl |
ShimBatchReader.schemaNegotiator |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaNegotiatorImpl |
ManagedScanFramework.newNegotiator() |
| Modifier and Type | Method and Description |
|---|---|
ResultSetLoader |
SchemaNegotiatorImpl.NegotiatorListener.build(SchemaNegotiatorImpl schemaNegotiator) |
ResultSetLoader |
ShimBatchReader.build(SchemaNegotiatorImpl schemaNegotiator) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.