Skip to main content

Module event_table

Module event_table 

Source

Structs§

EventTableColumn
A canonical column in the shared event table.

Constants§

ACTOR_COLUMN
The effective database user that initiated an event.
ADMIN_FUNCTION_NAME_COLUMN
The canonical ADMIN function name field.
ADMIN_FUNCTION_OUTPUT_COLUMN
The canonical ADMIN function output field.
ADMIN_FUNCTION_STATUS_COLUMN
The canonical ADMIN function execution status field.
CATALOG_NAME_COLUMN
The canonical catalog name dimension.
EVENT_CONTEXT_COLUMN
The optional context describing why an event was triggered.
FLOW_ID_COLUMN
The canonical Flow identifier dimension.
FLOW_NAME_COLUMN
The canonical Flow name dimension.
GC_REPORT_COLUMN
The canonical per-region GC report field.
LATEST_OFFSET_COLUMN
The canonical Kafka latest offset, which is an exclusive upper bound.
PARENT_PROCEDURE_ID_COLUMN
The canonical parent procedure identifier field for child procedure events.
PAYLOAD_COLUMN
The canonical event payload column.
PHYSICAL_TABLE_ID_COLUMN
The canonical physical table identifier dimension.
PROCEDURE_ERROR_COLUMN
The canonical procedure error envelope column.
PROCEDURE_ID_COLUMN
The canonical procedure identifier envelope column.
PROCEDURE_STATE_COLUMN
The canonical procedure state envelope column.
PROCEDURE_TRIGGER_COLUMN
The canonical procedure trigger envelope column.
PRUNABLE_ENTRY_ID_COLUMN
The requested WAL prune boundary. It is only an attempted boundary on non-Succeeded procedure events.
REGION_ID_COLUMN
The canonical region identifier field for region events.
REGION_MIGRATION_DST_NODE_ID_COLUMN
The canonical region migration destination node identifier field.
REGION_MIGRATION_DST_PEER_ADDR_COLUMN
The canonical region migration destination peer address field.
REGION_MIGRATION_SRC_NODE_ID_COLUMN
The canonical region migration source node identifier field.
REGION_MIGRATION_SRC_PEER_ADDR_COLUMN
The canonical region migration source peer address field.
REGION_MIGRATION_TRIGGER_REASON_COLUMN
The canonical region migration trigger reason field.
REGION_NUMBER_COLUMN
The canonical region number field for region events.
REPARTITION_GROUP_ID_COLUMN
The canonical repartition group identifier field.
SCHEMA_NAME_COLUMN
The canonical schema name dimension.
SOURCE_PARTITION_EXPR_COLUMN
The canonical repartition source partition expression field.
SOURCE_REGION_ID_COLUMN
The canonical repartition source region identifier field.
SOURCE_REGION_NUMBER_COLUMN
The canonical repartition source region number field.
TABLE_ID_COLUMN
The canonical table identifier field for table DDL events.
TABLE_NAME_COLUMN
The canonical table name field for table DDL events.
TARGET_PARTITION_EXPR_COLUMN
The canonical repartition target partition expression field.
TARGET_REGION_ID_COLUMN
The canonical repartition target region identifier field.
TARGET_REGION_NUMBER_COLUMN
The canonical repartition target region number field.
TIMESTAMP_COLUMN
The canonical event timestamp column.
TOPIC_NAME_COLUMN
The canonical Kafka topic name dimension.
TYPE_COLUMN
The canonical event type column.
VIEW_ID_COLUMN
The canonical View identifier dimension.
VIEW_NAME_COLUMN
The canonical View name dimension.

Functions§

base_column_schemas
Builds the canonical base schema for every recorded event.
column_schemas
Builds API schemas from canonical event-table columns while preserving their order.
jsonb_value
Builds a JSONB API value.
nullable_json
Builds a nullable API JSONB value.
nullable_string
Builds a nullable API string value.
nullable_value
Builds an API value from an optional typed value.
procedure_event_column_schemas
Builds the canonical procedure event envelope schema.