See: Description
Interface | Description |
---|---|
FileScanFramework.FileSchemaNegotiator |
The file schema negotiator adds no behavior at present, but is
created as a placeholder anticipating the need for file-specific
behavior later.
|
Class | Description |
---|---|
FileMetadata |
Specify the file name and optional selection root.
|
FileMetadataColumn |
Represents projection column which resolved to a file metadata
(AKA "implicit") column such as "filename", "fqn", etc.
|
FileMetadataColumnDefn |
Definition of a file metadata (AKA "implicit") column for this query.
|
FileMetadataColumnsParser |
Parses the implicit file metadata columns out of a project list,
and marks them for special handling by the file metadata manager.
|
FileScanFramework |
The file scan framework adds into the scan framework support for implicit
reading from DFS splits (a file and a block).
|
FileScanFramework.FileReaderFactory |
Iterates over the splits for the present scan.
|
FileScanFramework.FileRowSetContext | |
FileScanFramework.FileScanBuilder |
Options for a file-based scan.
|
FileScanFramework.FileSchemaNegotiatorImpl |
Implementation of the file-level schema negotiator.
|
ImplicitColumnManager |
Manages the insertion of file metadata (AKA "implicit" and partition) columns.
|
ImplicitColumnManager.ImplicitColumnOptions | |
MetadataColumn |
Resolved value for a metadata column (implicit file or partition column.) Resolution
here means identifying a value for the column.
|
PartitionColumn |
Represents a partition column (usually dir0, dir1, ...).
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.