You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(query): extend tag support to view, udf, and procedure objects
Add ALTER VIEW/FUNCTION/PROCEDURE SET/UNSET TAG syntax and wire it
through all layers: AST parser, binder (with proper type resolution
via generate_procedure_name_ident), plan, interpreter, privilege
check, access log, and tag_references table function.
- View reuses TaggableObject::Table (views share table ID space)
- UDF/Procedure add new TaggableObject variants with name-based keys
- Add parse_procedure_ref() to common_ast for consistent procedure
reference parsing with type normalization
- Add tag cleanup on UDF/Procedure drop
- Add sqllogic tests for end-to-end validation
0 commit comments