Interface FlatProjector
- All Superinterfaces:
AutoCloseable
,Function<Tuple,
,TupleIterator> Realized
A realized FlatProjection
. Has been constructed from a FlatProjection
to work with Tuple's of type
getSourceType()
.
-
Method Summary
-
Method Details
-
getSourceType
Struct getSourceType() -
getProjectedType
Struct getProjectedType() -
apply
Transform
tuple
in to aTupleIterator
. The result can be empty, a single element, or a large set of values.- Specified by:
apply
in interfaceFunction<Tuple,
TupleIterator>
-