public class OperatorDriver extends Object
To work around this issue, the code defaults to *not* providing the schema batch.
Modifier and Type | Class and Description |
---|---|
static class |
OperatorDriver.State |
Constructor and Description |
---|
OperatorDriver(OperatorContext opContext,
OperatorExec opExec,
boolean enableSchemaBatch) |
Modifier and Type | Method and Description |
---|---|
BatchAccessor |
batchAccessor() |
void |
cancel()
Cancels the operator before reaching EOF.
|
void |
close() |
RecordBatch.IterOutcome |
next()
Get the next batch.
|
OperatorContext |
operatorContext() |
public OperatorDriver(OperatorContext opContext, OperatorExec opExec, boolean enableSchemaBatch)
public RecordBatch.IterOutcome next()
public void cancel()
public void close()
public BatchAccessor batchAccessor()
public OperatorContext operatorContext()
Copyright © 1970 The Apache Software Foundation. All rights reserved.