Package org.apache.calcite.linq4j.tree
Interface Primitive.Source
-
- Enclosing class:
- Primitive
public static interface Primitive.SourceA place from which to read a value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBoolean()bytegetByte()chargetChar()doublegetDouble()floatgetFloat()intgetInt()longgetLong()ObjectgetObject()shortgetShort()
-
-
-
Method Detail
-
getBoolean
boolean getBoolean()
-
getByte
byte getByte()
-
getChar
char getChar()
-
getShort
short getShort()
-
getInt
int getInt()
-
getLong
long getLong()
-
getFloat
float getFloat()
-
getDouble
double getDouble()
-
getObject
Object getObject()
-
-