Uses of Package
org.apache.drill.exec.ops

Packages that use org.apache.drill.exec.ops
Package
Description
 
Drill expression materialization and evaluation facilities.
 
 
Memory Allocation, Account and Management See the README.md file in this directory for detailed information about Drill's memory allocation subsystem.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Defines a revised implementation of the Drill RecordBatch protocol.
 
Defines the scan operation implementation.
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.
 
 
Collection of classes shared by operators that implement spill-to-disk.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This package contains the configuration components of ResourceManagement feature in Drill.
Defines all the selection policy implementation which can be configured with Resource Management.
Defines all the Selectors which can be assigned to a ResourcePool in the ResourceManagement configuration.
 
 
 
 
 
 
Drill storage plugin.
 
 
 
 
 
 
 
 
 
 
 
 
 
Kafka storage plugin.
 
Defines a mock data source which generates dummy test data for use in testing.
MongoDB storage plugin.
 
 
 
 
 
 
 
 
 
 
 
 
 
Provides resource management and queuing support for the Drill foreman.