Uses of Class
org.apache.drill.exec.record.MaterializedField

Packages that use MaterializedField
Package
Description
Drill expression materialization and evaluation facilities.
 
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.
Provides run-time semantic analysis of the projection list for the scan operator.
Provides a second-generation row set (AKA "record batch") writer used by client code to Define the schema of a result set. Write data into the vectors backing a row set.
Handles the details of the result set loader implementation.
The "row set model" provides a "dual" of the vector structure used to create, allocate and work with a collection of vectors.
 
Provides a fluent schema builder.
 
 
 
 
 
 
 
Provides a light-weight, simplified set of column readers and writers that can be plugged into a variety of row-level readers and writers.
Implementation of the vector writers.