Expand description
The intermediate representation
Modulesยง
- alter_
expr ๐ - create_
expr ๐ - insert_
expr ๐ - select_
expr ๐
Macrosยง
- generate_
values ๐FIXME(weny): Waits for https://github.com/GreptimeTeam/greptimedb/issues/4247
Structsยง
- The IR column.
- Builder for
Column
. - A naive create table expr builder.
- An identifier.
Enumsยง
- Error type for ColumnBuilder
Functionsยง
- Generates ColumnOption for Column.
- Returns droppable columns. i.e., non-primary key columns, non-ts columns.
- Formats a slice of columns into a comma-separated string of column names.
- Generates columns with given
names
. - Generates partition bounds.
- generate_
random_ ๐date - Generate random timestamps.
- Generates a random Value.
- Generate monotonically increasing timestamps for MySQL.
- Returns columns that can use the alter table modify command
- Generates ColumnOption for Partible Column.
- Replace Value::Default with the corresponding default value in the rows for comparison.
- Sorts a vector of rows based on the values in the specified primary key columns.
- Generates ColumnOption for ts Column.