Class StreamsScanTupleValueMapper

    • Constructor Detail

      • StreamsScanTupleValueMapper

        public StreamsScanTupleValueMapper​(List<String> fieldNames)
        Constructor.
        Parameters:
        fieldNames - fields to be added to.
    • Method Detail

      • apply

        public Values apply​(Tuple input)
        Description copied from interface: Function
        Applies this function to the given argument.
        Specified by:
        apply in interface Function<Tuple,​Values>
        Parameters:
        input - the input to the function
        Returns:
        the function result