public interface Unnest
UnnestImpl
Modifier and Type | Method and Description |
---|---|
void |
close() |
RepeatedValueVector |
getUnnestField() |
void |
resetGroupIndex()
Reset the index at which the incoming vector is being processed.
|
void |
setOutputCount(int outputCount)
Set the maximum number of values allowed in the output.
|
void |
setRowIdVector(IntVector v)
Set the vector for the rowId implicit column
|
void |
setUnnestField(RepeatedValueVector repeatedColumn)
Set the field to be unnested
|
void |
setup(FragmentContext context,
RecordBatch incoming,
RecordBatch outgoing,
List<TransferPair> transfers) |
int |
unnestRecords(int recordCount)
Performs the actual unnest operation.
|
void setup(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) throws SchemaChangeException
SchemaChangeException
int unnestRecords(int recordCount)
recordCount
- void setUnnestField(RepeatedValueVector repeatedColumn)
repeatedColumn
- void setOutputCount(int outputCount)
outputCount
- RepeatedValueVector getUnnestField()
void setRowIdVector(IntVector v)
void resetGroupIndex()
void close()
Copyright © 1970 The Apache Software Foundation. All rights reserved.