Package org.apache.wayang.basic.data


package org.apache.wayang.basic.data
  • Classes
    Class
    Description
    A Type that represents a record with a schema, might be replaced with something standard like JPA entity.
    Tuple2<T0,T1>
    A type for tuples.
    Tuple5<T0,T1,T2,T3,T4>
    A type for tuples.