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(org.apache.drill.exec.vector.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
SchemaChangeExceptionint unnestRecords(int recordCount)
recordCount - void setUnnestField(RepeatedValueVector repeatedColumn)
repeatedColumn - void setOutputCount(int outputCount)
outputCount - RepeatedValueVector getUnnestField()
void setRowIdVector(org.apache.drill.exec.vector.IntVector v)
void resetGroupIndex()
void close()
Copyright © 2021 The Apache Software Foundation. All rights reserved.