Module statement

Source

Modulesยง

admin ๐Ÿ”’
copy_database ๐Ÿ”’
copy_query_to ๐Ÿ”’
copy_table_from ๐Ÿ”’
copy_table_to ๐Ÿ”’
cursor ๐Ÿ”’
ddl ๐Ÿ”’
describe ๐Ÿ”’
dml ๐Ÿ”’
set ๐Ÿ”’
show ๐Ÿ”’
tql ๐Ÿ”’

Structsยง

StatementExecutor

Functionsยง

attach_timeout ๐Ÿ”’
derive_timeout ๐Ÿ”’
If the relevant variables are set, the timeout is enforced for all PostgreSQL statements. For MySQL, it applies only to read-only statements.
extract_timestamp ๐Ÿ”’
Extracts timestamp from a HashMap<String, String> with given key.
idents_to_full_database_name ๐Ÿ”’
timestamp_range_from_option_map ๐Ÿ”’
Extracts timestamp range from OptionMap with keys start_time and end_time. The timestamp ranges should be a valid timestamp string as defined in Timestamp::from_str. The timezone used for conversion will respect that inside query_ctx.
to_copy_database_request ๐Ÿ”’
Converts CopyDatabaseArgument to CopyDatabaseRequest. This function extracts the necessary info including catalog/database name, time range, etc.
to_copy_query_request ๐Ÿ”’
to_copy_table_request ๐Ÿ”’

Type Aliasesยง

StatementExecutorRef