Module requests

Source
Expand description

Table and TableEngine requests

Structs§

AddColumnRequest
Add column request
AlterTableRequest
Alter table request
CompactTableRequest
CopyDatabaseRequest
CopyQueryToRequest
CopyTableRequest
Copy table request
DeleteRequest
Delete (by primary key) request
FlushTableRequest
InsertRequest
ModifyColumnTypeRequest
Change column datatype request
TableOptions
TruncateTableRequest
Truncate table request

Enums§

AlterKind
CopyDirection
SetIndexOptions
UnsetIndexOptions

Constants§

AUTO_CREATE_TABLE_KEY
COMMENT_KEY
FILE_TABLE_FORMAT_KEY
FILE_TABLE_LOCATION_KEY
FILE_TABLE_META_KEY
FILE_TABLE_PATTERN_KEY
SKIP_WAL_KEY
STORAGE_KEY
TABLE_DATA_MODEL
TABLE_DATA_MODEL_TRACE_V1
TTL_KEY
VALID_TABLE_OPTION_KEYS
WRITE_BUFFER_SIZE_KEY

Functions§

validate_table_option
Returns true if the key is a valid key for any engine or storage.