Class ResolvedTuple.ResolvedRow
java.lang.Object
org.apache.drill.exec.physical.impl.scan.project.ResolvedTuple
org.apache.drill.exec.physical.impl.scan.project.ResolvedTuple.ResolvedRow
- All Implemented Interfaces:
VectorSource
- Enclosing class:
ResolvedTuple
Represents the top-level tuple which is projected to a
vector container.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.physical.impl.scan.project.ResolvedTuple
ResolvedTuple.ResolvedDict, ResolvedTuple.ResolvedDictArray, ResolvedTuple.ResolvedMap, ResolvedTuple.ResolvedMapArray, ResolvedTuple.ResolvedRow, ResolvedTuple.ResolvedSingleDict, ResolvedTuple.ResolvedSingleMap -
Field Summary
Fields inherited from class org.apache.drill.exec.physical.impl.scan.project.ResolvedTuple
binding, children, members, nullBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVector(ValueVector vector) intinnerCardinality(int rowCount) name()output()voidproject(VectorContainer input, VectorContainer output) voidsetRowCount(int rowCount) vector(int index) Methods inherited from class org.apache.drill.exec.physical.impl.scan.project.ResolvedTuple
add, addChild, buildColumns, buildNulls, cascadeRowCount, close, columns, isSimpleProjection, loadNulls, nullBuilder, removeChild, reset
-
Constructor Details
-
ResolvedRow
-
-
Method Details
-
project
-
vector
-
addVector
- Specified by:
addVectorin classResolvedTuple
-
setRowCount
public void setRowCount(int rowCount) - Specified by:
setRowCountin classResolvedTuple
-
allocator
- Specified by:
allocatorin classResolvedTuple
-
name
- Specified by:
namein classResolvedTuple
-
output
-
innerCardinality
public int innerCardinality(int rowCount) - Specified by:
innerCardinalityin classResolvedTuple
-