Package rocks.frieler.kraftsql.bq.engine
Object Types
-
- All Implemented Interfaces:
public class Types
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTypes.ARRAYpublic final classTypes.STRUCT
-
Method Summary
Modifier and Type Method Description final TypeparseType(String type)final TypegetSTRING()final TypegetBOOL()final TypegetINT64()final TypegetNUMERIC()final TypegetBIGNUMERIC()final TypegetTIMESTAMP()-
-
Method Detail
-
getNUMERIC
final Type getNUMERIC()
-
getBIGNUMERIC
final Type getBIGNUMERIC()
-
getTIMESTAMP
final Type getTIMESTAMP()
-
-
-
-