@Deprecated public class SimpleRootExec extends Object implements RootExec, Iterable<ValueVector>
| Constructor and Description |
|---|
SimpleRootExec(RootExec e)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
void |
dumpBatches(Throwable t)
Deprecated.
Dump failed batches' state preceded by its parent's state to logs.
|
RootFragmentContext |
getContext()
Deprecated.
|
RecordBatch |
getIncoming()
Deprecated.
|
int |
getRecordCount()
Deprecated.
|
SelectionVector2 |
getSelectionVector2()
Deprecated.
|
SelectionVector4 |
getSelectionVector4()
Deprecated.
|
<T extends ValueVector> |
getValueVectorById(SchemaPath path,
Class<?> vvClass)
Deprecated.
|
Iterator<ValueVector> |
iterator()
Deprecated.
|
boolean |
next()
Deprecated.
Do the next batch of work.
|
void |
receivingFragmentFinished(ExecProtos.FragmentHandle handle)
Deprecated.
Inform sender that receiving fragment is finished and doesn't need any more
data.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SimpleRootExec(RootExec e)
public RootFragmentContext getContext()
public SelectionVector2 getSelectionVector2()
public SelectionVector4 getSelectionVector4()
public <T extends ValueVector> T getValueVectorById(SchemaPath path, Class<?> vvClass)
public boolean next()
RootExecpublic void dumpBatches(Throwable t)
RootExecdumpBatches in interface RootExect - the exception thrown by an operator and which therefore
records, in its stack trace, which operators were active on the stackpublic void close()
throws Exception
close in interface AutoCloseableExceptionpublic void receivingFragmentFinished(ExecProtos.FragmentHandle handle)
RootExecRootExec.next() will return false.receivingFragmentFinished in interface RootExechandle - The handle pointing to the downstream receiver that does not need
anymore data.public Iterator<ValueVector> iterator()
iterator in interface Iterable<ValueVector>public int getRecordCount()
public RecordBatch getIncoming()
Copyright © 2022 The Apache Software Foundation. All rights reserved.