pub fn is_semantic_option_key(key: &str) -> boolExpand description
Returns true if key is a recognised semantic table-option key (whitelist).
Note this is membership, not a prefix test: unknown keys under
SEMANTIC_PREFIX are rejected, and the internal
SEMANTIC_PER_TABLE_INDEX_KEY (outside the prefix) never matches.