Class TransformSpec


  • public class TransformSpec
    extends Object
    Specifies how input rows should be filtered and transforms. There are two parts: a "filter" (which can filter out input rows) and "transforms" (which can add fields to input rows). Filters may refer to fields generated by a transform. See Transform for details on how each transform works.