Uses of Class
org.apache.drill.exec.physical.impl.scan.file.FileScanFramework
Packages that use FileScanFramework
Package
Description
Handles the special "columns" column used by the text reader,
and available to similar readers.
Handles optional file metadata columns: implicit columns and
partition columns.
-
Uses of FileScanFramework in org.apache.drill.exec.physical.impl.scan.columns
Subclasses of FileScanFramework in org.apache.drill.exec.physical.impl.scan.columnsModifier and TypeClassDescriptionclass
Scan framework for a file that supports the special "columns" column. -
Uses of FileScanFramework in org.apache.drill.exec.physical.impl.scan.file
Methods in org.apache.drill.exec.physical.impl.scan.file that return types with arguments of type FileScanFrameworkModifier and TypeMethodDescriptionprotected Optional<FileScanFramework>
FileScanFramework.FileReaderFactory.fileFramework()
Constructors in org.apache.drill.exec.physical.impl.scan.file with parameters of type FileScanFramework