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.
|
org.apache.drill.exec.physical.impl.scan.project |
Provides run-time semantic analysis of the projection list for the
scan operator.
|
Modifier and Type | Class and Description |
---|---|
static class |
ColumnsScanFramework.ColumnsScanBuilder |
Modifier and Type | Class and Description |
---|---|
static class |
FileScanFramework.FileScanBuilder
Options for a file-based scan.
|
Modifier and Type | Class and Description |
---|---|
static class |
ManagedScanFramework.ScanFrameworkBuilder |
Constructor and Description |
---|
ScanSchemaOptions(ScanSchemaOrchestrator.ScanOrchestratorBuilder builder) |
ScanSchemaOrchestrator(BufferAllocator allocator,
ScanSchemaOrchestrator.ScanOrchestratorBuilder builder) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.