Modulesยง
- admin ๐
- copy_
database ๐ - copy_
query_ ๐to - copy_
table_ ๐from - copy_
table_ ๐to - cursor ๐
- ddl ๐
- describe ๐
- dml ๐
- set ๐
- show ๐
- tql ๐
Structsยง
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
andend_time
. The timestamp ranges should be a valid timestamp string as defined in Timestamp::from_str. The timezone used for conversion will respect that insidequery_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