| Interface | Description |
|---|---|
| BaseFileScanTest.ReaderCreator |
Fixture that creates the reader and gives a test access to
the reader.
|
| FileSchemaNegotiator |
The file schema negotiator provides access to the Drill file system
and to the file split which the reader is to consume.
|
| ImplicitColumnMarker |
Marks a column as implicit and provides a function to resolve an
implicit column given a description of the input file.
|
| MockFileNames |
| Class | Description |
|---|---|
| BaseFileScanTest | |
| BaseFileScanTest.DummyFileWork |
For schema-based testing, we only need the file path from the file work.
|
| BaseFileScanTest.FileScanFixtureBuilder | |
| BaseFileScanTest.ReaderFactoryFixture | |
| FileDescrip |
Describes one file within a scan and is used to populate implicit columns.
|
| FileReaderFactory |
Iterates over the splits for the present scan.
|
| FileScanLifecycle |
The file scan framework adds into the scan framework support for
reading from DFS splits (a file and a block) and for the file-related
implicit and partition columns.
|
| FileScanLifecycleBuilder | |
| FileScanUtils | |
| FileSchemaNegotiatorImpl |
Implementation of the file-level schema negotiator which holds the
file split which the reader is to process.
|
| ImplicitColumnMarker.FileImplicitMarker |
Marker for a file-based, non-internal implicit column that
extracts parts of the file name as defined by the implicit
column definition.
|
| ImplicitColumnMarker.InternalColumnMarker | |
| ImplicitColumnMarker.PartitionColumnMarker |
Partition column defined by a partition depth from the scan
root folder.
|
| ImplicitColumnResolver |
Manages the resolution of implicit file metadata and partition columns.
|
| ImplicitColumnResolver.ImplicitColumnOptions | |
| ImplicitColumnResolver.ParseResult |
The result of scanning the scan output schema to identify implicit and
partition columns.
|
| ImplicitFileColumnsHandler |
Manages implicit columns for files and partition columns for
directories.
|
| TestFileDescrip | |
| TestFileScan |
Tests the implicit column extensions to the file operator framework.
|
| TestFileScanLifecycle | |
| TestImplicitColumnLoader |
Tests the file implicit column handler which identifies implicit columns
and populates them.
|
| TestImplicitColumnLoader.ImplicitFixture | |
| TestImplicitColumnResolver |
Copyright © 2021 The Apache Software Foundation. All rights reserved.