ModulesΒ§
- admin
- alter
- copy
- create
- cursor
- delete
- describe
- drop
- explain
- insert
- option_
map π - query
- set_
variables - show
- statement
- tql
- transform π
- truncate
MacrosΒ§
StructsΒ§
- Option
Map - Options hashmap.
ConstantsΒ§
- VECTOR_
TYPE_ πNAME
FunctionsΒ§
- auto_
cast_ πto_ numeric - Casts string to value of specified numeric data type. If the string cannot be parsed, returns an error.
- column_
to_ schema - Create a
ColumnSchema
fromColumn
. - concrete_
data_ type_ to_ sql_ data_ type - has_
primary_ key_ option - Return true when the
ColumnDef
options contain primary key - parse_
column_ πdefault_ constraint - parse_
hex_ πstring - parse_
sql_ πnumber - parse_
string_ πto_ value - sql_
column_ def_ to_ grpc_ column_ def - Convert
ColumnDef
in sqlparser toColumnDef
in gRPC proto. - sql_
data_ type_ to_ concrete_ data_ type - sql_
number_ to_ value - Convert a sql value into datatypeβs value
- sql_
value_ to_ value - Converts SQL value to value according to the data type.
If
auto_string_to_numeric
is true, tries to cast the string value to numeric values, and returns error if the cast fails. - value_
to_ sql_ value