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 TypeMethodDescriptionTransformtuplein to aTupleIterator.The type of tuple that come out of this realized thing, orStruct.EMPTY_STRUCTif nothingdefault StructDeprecated.
-
Method Details
-
getSourceType
Struct getSourceType() -
getProducedType
Struct getProducedType()Description copied from interface:RealizedThe type of tuple that come out of this realized thing, or
Struct.EMPTY_STRUCTif nothing- Specified by:
getProducedTypein interfaceRealized
-
getProjectedType
Deprecated. -
apply
Transform
tuplein to aTupleIterator. The result can be empty, a single element, or a large set of values.- Specified by:
applyin interfaceFunction<Tuple,TupleIterator>
-
getProducedType()