ExpType
in package
ExpType defines the expression's data type.
Table of Contents
Methods
- Blob() : ExpType
- ExpTypeBLOB is BLOB Expression Type
- Bool() : ExpType
- ExpTypeBOOL is BOOLEAN Expression Type
- Float() : ExpType
- ExpTypeFLOAT is FLOAT Expression Type
- Geo() : ExpType
- ExpTypeGEO is GEO String Expression Type
- Hll() : ExpType
- ExpTypeHLL is HLL Expression Type
- Int() : ExpType
- ExpTypeINT is INTEGER Expression Type
- List() : ExpType
- ExpTypeLIST is LIST Expression Type
- Map() : ExpType
- ExpTypeMAP is MAP Expression Type
- Nil() : ExpType
- ExpTypeNIL is NIL Expression Type
- String() : ExpType
- ExpTypeSTRING is STRING Expression Type
Methods
Blob()
ExpTypeBLOB is BLOB Expression Type
public
static Blob() : ExpType
Return values
ExpTypeBool()
ExpTypeBOOL is BOOLEAN Expression Type
public
static Bool() : ExpType
Return values
ExpTypeFloat()
ExpTypeFLOAT is FLOAT Expression Type
public
static Float() : ExpType
Return values
ExpTypeGeo()
ExpTypeGEO is GEO String Expression Type
public
static Geo() : ExpType
Return values
ExpTypeHll()
ExpTypeHLL is HLL Expression Type
public
static Hll() : ExpType
Return values
ExpTypeInt()
ExpTypeINT is INTEGER Expression Type
public
static Int() : ExpType
Return values
ExpTypeList()
ExpTypeLIST is LIST Expression Type
public
static List() : ExpType
Return values
ExpTypeMap()
ExpTypeMAP is MAP Expression Type
public
static Map() : ExpType
Return values
ExpTypeNil()
ExpTypeNIL is NIL Expression Type
public
static Nil() : ExpType
Return values
ExpTypeString()
ExpTypeSTRING is STRING Expression Type
public
static String() : ExpType