Interface IInputTransformations


  • public interface IInputTransformations

    An interface describing an edge's input transformations, applied to fields of an input tuple.

    • Method Detail

      • getFieldPrefix

        String getFieldPrefix()

        Return a prefix to apply to all fields emitted by the edge.

        Returns:
        prefix
      • getFieldSuffix

        String getFieldSuffix()

        return a suffix to apply to all fields emitted by the edge.

        Returns:
        suffix
      • getTransformations

        IInputTransformation[] getTransformations()

        Return an ordered list of transformations on the input, applied after the start field set of ALL or NONE is determined.

        Returns:
        input transformations