Module statement

Module statement 

Source

Modulesยง

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

Structsยง

ExecutorConfigureContext
InserterImpl
The [Inserter] implementation for the statement executor.
StatementExecutor

Traitsยง

StatementExecutorConfigurator
A configurator that customizes or enhances a StatementExecutor.

Functionsยง

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 ๐Ÿ”’
verify_time_related_format ๐Ÿ”’

Type Aliasesยง

StatementExecutorConfiguratorRef
StatementExecutorRef