PostgreSQL Source Code
git master
|
#include <ts_utils.h>
Data Fields | |
QueryItem * | valnode |
uint32 | flags |
int32 | nchild |
char * | word |
uint32 | sign |
struct QTNode ** | child |
Definition at line 234 of file ts_utils.h.
struct QTNode** QTNode::child |
Definition at line 241 of file ts_utils.h.
Referenced by cntsize(), fillQT(), findeq(), QT2QTN(), QTNBinary(), QTNClearFlags(), QTNCopy(), QTNFree(), QTNodeCompare(), QTNSort(), and QTNTernary().
uint32 QTNode::flags |
Definition at line 237 of file ts_utils.h.
Referenced by findeq(), QTNBinary(), QTNClearFlags(), QTNCopy(), QTNFree(), and QTNTernary().
int32 QTNode::nchild |
Definition at line 238 of file ts_utils.h.
Referenced by cntsize(), fillQT(), findeq(), QT2QTN(), QTNBinary(), QTNClearFlags(), QTNCopy(), QTNFree(), QTNodeCompare(), QTNSort(), and QTNTernary().
uint32 QTNode::sign |
Definition at line 240 of file ts_utils.h.
Referenced by findeq(), QT2QTN(), and QTNBinary().
QueryItem* QTNode::valnode |
Definition at line 236 of file ts_utils.h.
Referenced by cntsize(), fillQT(), findeq(), QT2QTN(), QTNBinary(), QTNClearFlags(), QTNCopy(), QTNFree(), QTNodeCompare(), QTNSort(), and QTNTernary().
char* QTNode::word |
Definition at line 239 of file ts_utils.h.
Referenced by fillQT(), QT2QTN(), QTNCopy(), QTNFree(), and QTNodeCompare().