Class StreamsScanTupleValueMapper
- java.lang.Object
-
- org.apache.storm.sql.runtime.streams.functions.StreamsScanTupleValueMapper
-
- All Implemented Interfaces:
Serializable
,Function<Tuple,Values>
,TupleValueMapper<Values>
,Operation
public class StreamsScanTupleValueMapper extends Object implements TupleValueMapper<Values>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamsScanTupleValueMapper(List<String> fieldNames)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Values
apply(Tuple input)
Applies this function to the given argument.
-