Uses of Package
org.apache.drill.exec.physical.impl.scan
Package
Description
Defines the scan operation implementation.
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.
Defines the projection, vector continuity and other operations for
a set of one or more readers.
Provides run-time semantic analysis of the projection list for the
scan operator.
Provides the "version 3" scan framework (which can also be thought of
as EVF version 2).
Implements the details of the scan lifecycle for a set of readers,
primarily the process of resolving the scan output schema from a variety
of input schemas, then running each reader, each of which will produce
some number of batches.
-
ClassDescriptionExtended version of a record reader used by the revised scan batch operator.Interface to the set of readers, and reader schema, that the scan operator manages.
-
ClassDescriptionInterface to the set of readers, and reader schema, that the scan operator manages.
-
ClassDescriptionInterface to the set of readers, and reader schema, that the scan operator manages.
-
ClassDescriptionExtended version of a record reader used by the revised scan batch operator.Interface to the set of readers, and reader schema, that the scan operator manages.
-
ClassDescriptionInterface to the set of readers, and reader schema, that the scan operator manages.Implementation of the revised scan operator that uses a mutator aware of batch sizes.
-
ClassDescriptionImplementation of the revised scan operator that uses a mutator aware of batch sizes.
-
ClassDescriptionExtended version of a record reader used by the revised scan batch operator.Interface to the set of readers, and reader schema, that the scan operator manages.