Class TPCHQuery3.Lineitem
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TPCHQuery3
public static class TPCHQuery3.Lineitem extends org.apache.flink.api.java.tuple.Tuple4<Long,Double,Double,String>
Lineitem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Lineitem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetDiscount()DoublegetExtendedprice()LonggetOrderkey()StringgetShipdate()-
Methods inherited from class org.apache.flink.api.java.tuple.Tuple4
copy, equals, getArity, getField, hashCode, of, setField, setFields, toString
-
-