pub const SEMANTIC_OPTION_KEYS: &[&str];Expand description
Every recognised public semantic table-option key. The set is a closed
whitelist: keys under SEMANTIC_PREFIX that are not listed here are rejected,
so an unknown key like greptime.semantic.unknown_key does not silently land
in a table’s options. Adding a key to the vocabulary means adding it here.