Skip to main content

Module live_table

Module live_table 

Source
Expand description

CREATE LIVE TABLE SQL extensions (R14 S1.1).

Structs§

LiveTableRegistry
Registry of active live tables and their backing queries.

Enums§

LiveTableStatement
Parsed live-table DDL statement.

Functions§

execute_live_table_ddl
Apply a live-table statement to the registry and return its logical plan.
parse_live_table_statement
Parse CREATE|REFRESH|DROP LIVE TABLE statements.
plan_live_table
Build a Krishiv logical plan for a live-table DDL statement.