public class UnnestRecordBatch extends AbstractTableFunctionRecordBatch<UnnestPOP>
Modifier and Type | Class and Description |
---|---|
static class |
UnnestRecordBatch.Metric |
AbstractRecordBatch.BatchState
RecordBatch.IterOutcome
incoming, lateral
callBack
batchStatsContext, container, context, oContext, popConfig, state, stats, unionTypeEnabled
MAX_BATCH_ROW_COUNT
Constructor and Description |
---|
UnnestRecordBatch(UnnestPOP pop,
FragmentContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancelIncoming() |
void |
close() |
protected RecordBatch.IterOutcome |
doWork() |
void |
dump()
Perform dump of this batch's state to logs.
|
VectorContainer |
getOutgoingContainer() |
int |
getRecordCount()
Get the number of records.
|
RecordBatch.IterOutcome |
innerNext() |
protected boolean |
setupNewSchema() |
getIncoming, setIncoming, setIncoming
getLastKnownOutcome, handleNullInput, setLastKnownOutcome
buildSchema, cancel, checkContinue, getContainer, getContext, getPopConfig, getRecordBatchStatsContext, getSchema, getSelectionVector2, getSelectionVector4, getValueAccessorById, getValueVectorId, getWritableBatch, isRecordBatchStatsLoggingEnabled, iterator, next, next, next, schemaChangeException, schemaChangeException
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public UnnestRecordBatch(UnnestPOP pop, FragmentContext context) throws OutOfMemoryException
OutOfMemoryException
public int getRecordCount()
VectorAccessible
protected void cancelIncoming()
cancelIncoming
in class AbstractUnaryRecordBatch<UnnestPOP>
public RecordBatch.IterOutcome innerNext()
innerNext
in class AbstractUnaryRecordBatch<UnnestPOP>
public VectorContainer getOutgoingContainer()
getOutgoingContainer
in interface RecordBatch
getOutgoingContainer
in class AbstractRecordBatch<UnnestPOP>
protected RecordBatch.IterOutcome doWork()
doWork
in class AbstractUnaryRecordBatch<UnnestPOP>
protected boolean setupNewSchema()
setupNewSchema
in class AbstractUnaryRecordBatch<UnnestPOP>
public void close()
close
in interface AutoCloseable
close
in class AbstractRecordBatch<UnnestPOP>
public void dump()
RecordBatch
Copyright © 1970 The Apache Software Foundation. All rights reserved.