PostgreSQL Source Code
git master
|
#include <lsyscache.h>
Data Fields | |
Oid | opfamily_id |
int | strategy |
Oid | oplefttype |
Oid | oprighttype |
Definition at line 24 of file lsyscache.h.
Oid OpBtreeInterpretation::opfamily_id |
Definition at line 26 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_btree_interpretation(), lookup_proof_cache(), and make_row_comparison_op().
Oid OpBtreeInterpretation::oplefttype |
Definition at line 28 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_btree_interpretation(), and lookup_proof_cache().
Oid OpBtreeInterpretation::oprighttype |
Definition at line 29 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_btree_interpretation(), and lookup_proof_cache().
int OpBtreeInterpretation::strategy |
Definition at line 27 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_btree_interpretation(), lookup_proof_cache(), and make_row_comparison_op().