Module dml

Source
Expand description

Data manipulation language (DML).

This module houses the handlers for statements that manipulate data, like INSERT, SELECT, SUBSCRIBE, and COPY.

Structsยง

CopyOptionExtracted
ExplainPlanOptionExtracted
SubscribeOptionExtracted

Functionsยง

describe_copy
describe_copy_from_table
describe_copy_item
describe_delete
describe_explain_analyze
describe_explain_plan
describe_explain_pushdown
describe_explain_schema
describe_explain_timestamp
describe_insert
describe_select
describe_subscribe
describe_update
extract_byte_param_value ๐Ÿ”’
plan_copy
plan_copy_from ๐Ÿ”’
plan_copy_to_expr ๐Ÿ”’
plan_delete
plan_explain_analyze
plan_explain_plan
plan_explain_pushdown
plan_explain_schema
plan_explain_timestamp
plan_explainee ๐Ÿ”’
plan_insert
plan_queryDeprecated
Plans and decorrelates a Query. Like query::plan_root_query, but returns an MirRelationExpr, which cannot include correlated expressions.
plan_read_then_write
plan_select
plan_select_inner ๐Ÿ”’
plan_subscribe
plan_update