Skip to main content

Module operators

Module operators 

Source
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§

OperatorInfo
Information about a single operator

Enums§

OperatorCategory
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