Package org.apache.calcite.linq4j.tree
Interface Primitive.Source
- Enclosing class:
- Primitive
public static interface Primitive.Source
A place from which to read a value.
- 
Method Summary
- 
Method Details- 
getBooleanboolean getBoolean()
- 
getBytebyte getByte()
- 
getCharchar getChar()
- 
getShortshort getShort()
- 
getIntint getInt()
- 
getLonglong getLong()
- 
getFloatfloat getFloat()
- 
getDoubledouble getDouble()
- 
getObject@Nullable Object getObject()
 
-