Package smile.data
Class AbstractTuple
java.lang.Object
smile.data.AbstractTuple
- All Implemented Interfaces:
Serializable
,Tuple
Abstract tuple base class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface smile.data.Tuple
anyNull, apply, apply, get, get, getArray, getArray, getAs, getAs, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDate, getDate, getDateTime, getDateTime, getDecimal, getDecimal, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getScale, getScale, getShort, getShort, getString, getString, getStruct, getStruct, getTime, getTime, indexOf, isNullAt, isNullAt, length, toArray, toArray, toString, toString
-
Field Details
-
schema
The schema of tuple.
-
-
Constructor Details
-
AbstractTuple
Constructor.- Parameters:
schema
- the schema of tuple.
-
-
Method Details