Function mz_adapter::telemetry::analyze_audited_statement

source ·
pub fn analyze_audited_statement(
    statement: StatementKind
) -> Option<(StatementAction, ObjectType)>
Expand description

Analyzes the action and object type of DDL statement kinds.

Returns None if the given statement kind is not a tracked DDL StatementKind. Tracked statements are those which are written to the audit log.