PostgreSQL Source Code: CHKVAL Struct Reference (original) (raw)
Data Fields | |
---|---|
int32 * | arrb |
int32 * | arre |
ltree * | node |
char * | operand |
WordEntry * | arrb |
WordEntry * | arre |
char * | values |
Detailed Description
Definition at line 223 of file _int_bool.c.
Field Documentation
◆ arrb [1/2]
int32 * CHKVAL::arrb
Definition at line 225 of file _int_bool.c.
Referenced by boolop(), checkcondition_str(), execconsistent(), gtsvector_consistent(), and ts_match_vq().
◆ arrb [2/2]
WordEntry* CHKVAL::arrb
Definition at line 38 of file tsvector_op.c.
◆ arre [1/2]
int32 * CHKVAL::arre
Definition at line 226 of file _int_bool.c.
Referenced by boolop(), checkcondition_str(), execconsistent(), gtsvector_consistent(), and ts_match_vq().
◆ arre [2/2]
WordEntry* CHKVAL::arre
Definition at line 39 of file tsvector_op.c.
◆ node
ltree* CHKVAL::node
Definition at line 51 of file ltxtquery_op.c.
Referenced by ltxtq_exec().
◆ operand
char * CHKVAL::operand
Definition at line 52 of file ltxtquery_op.c.
Referenced by checkcondition_str(), ltxtq_exec(), and ts_match_vq().
◆ values
char* CHKVAL::values
Definition at line 40 of file tsvector_op.c.
Referenced by checkclass_str(), checkcondition_str(), and ts_match_vq().
The documentation for this struct was generated from the following files:
- contrib/intarray/_int_bool.c
- contrib/ltree/ltxtquery_op.c
- src/backend/utils/adt/tsgistidx.c
- src/backend/utils/adt/tsvector_op.c