| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.scan.v3.lifecycle |
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.
|
| Modifier and Type | Method and Description |
|---|---|
MissingColumnHandlerBuilder |
MissingColumnHandlerBuilder.allowRequiredNullColumns(boolean flag) |
MissingColumnHandlerBuilder |
MissingColumnHandlerBuilder.inputSchema(TupleMetadata inputSchema) |
MissingColumnHandlerBuilder |
ReaderLifecycle.missingColumnsBuilder(TupleMetadata readerSchema) |
MissingColumnHandlerBuilder |
MissingColumnHandlerBuilder.nullType(TypeProtos.MajorType nullType) |
MissingColumnHandlerBuilder |
MissingColumnHandlerBuilder.vectorCache(ResultVectorCache vectorCache) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.