Expand description
GraphQL WHERE clause operator definitions and registry.
This module provides a comprehensive registry of all GraphQL operators
supported by FraiseQL, including comparison, string, array, vector,
and full-text search operators.
Structs§
- Operator
Info - Information about a single operator
Enums§
- Operator
Category - Category of operator (affects SQL generation strategy)
Statics§
- OPERATOR_
REGISTRY - Global registry of all supported operators
Functions§
- get_
operator_ info - Get operator information by name
- get_
operators_ by_ category - Get all operators in a specific category
- is_
operator - Check if a string is a valid operator name