PostgreSQL Source Code git master
|
#include <lsyscache.h>
Data Fields | |
Oid | opfamily_id |
CompareType | cmptype |
Oid | oplefttype |
Oid | oprighttype |
Definition at line 25 of file lsyscache.h.
CompareType OpIndexInterpretation::cmptype |
Definition at line 28 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_index_interpretation(), lookup_proof_cache(), and make_row_comparison_op().
Oid OpIndexInterpretation::opfamily_id |
Definition at line 27 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_index_interpretation(), lookup_proof_cache(), and make_row_comparison_op().
Oid OpIndexInterpretation::oplefttype |
Definition at line 29 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_index_interpretation(), and lookup_proof_cache().
Oid OpIndexInterpretation::oprighttype |
Definition at line 30 of file lsyscache.h.
Referenced by find_window_run_conditions(), get_op_index_interpretation(), and lookup_proof_cache().