com.ibm.streams.operator.meta

Interface TupleType

  • All Superinterfaces:
    Type


    public interface TupleType
    extends Type
    Meta-type for an attribute of type TUPLE.
    • Method Detail

      • getTupleSchema

        StreamSchema getTupleSchema()
        Get the schema of the tuple attribute.
        Returns:
        Schema for the tuple type.