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
Modifier and TypeMethodDescriptionTransformtuple
in to aTupleIterator
.The type of tuple that come out of this realized thing, orStruct.EMPTY_STRUCT
if nothingdefault Struct
Deprecated.
-
Method Details
-
getSourceType
Struct getSourceType() -
getProducedType
Struct getProducedType()Description copied from interface:Realized
The type of tuple that come out of this realized thing, or
Struct.EMPTY_STRUCT
if nothing- Specified by:
getProducedType
in interfaceRealized
-
getProjectedType
Deprecated. -
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>
-
getProducedType()