Expand description
Expression AST for filters and WHERE clauses. Expression AST for building WHERE clauses and filters.
Structs§
- Literal
Sql - A SQL fragment emitted verbatim into the query text, not bound as a
parameter (e.g. literal key names in
json_build_object). - Relation
Filter - Metadata needed to render or serialize a relation predicate.
Enums§
- Binary
Op - Binary operators for expressions.
- Expr
- Expression node for WHERE clauses and filters.
- Json
Path Cast - Cast applied when a nested composite field is rendered through JSON storage.
- Relation
Filter Op - Relation filter operator used by generated relation helpers.
Constants§
- VECTOR_
COSINE_ DISTANCE_ FUNCTION - Internal expression function marker rendered as pgvector
<=>. - VECTOR_
INNER_ PRODUCT_ FUNCTION - Internal expression function marker rendered as pgvector
<#>. - VECTOR_
L2_ DISTANCE_ FUNCTION - Internal expression function marker rendered as pgvector
<->.