Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

spgChooseOut Struct Reference

#include <spgist.h>

Data Fields

spgChooseResultType resultType
union {
   struct {
      int   nodeN
      int   levelAdd
      Datum   restDatum
   }   matchNode
   struct {
      Datum   nodeLabel
      int   nodeN
   }   addNode
   struct {
      bool   prefixHasPrefix
      Datum   prefixPrefixDatum
      Datum   nodeLabel
      bool   postfixHasPrefix
      Datum   postfixPrefixDatum
   }   splitTuple
result

Detailed Description

Definition at line 74 of file spgist.h.


Field Documentation

struct { ... } spgChooseOut::addNode

Referenced by spg_text_choose(), and spgdoinsert().

Definition at line 82 of file spgist.h.

struct { ... } spgChooseOut::matchNode

Definition at line 87 of file spgist.h.

Definition at line 81 of file spgist.h.

Definition at line 98 of file spgist.h.

Definition at line 99 of file spgist.h.

Definition at line 93 of file spgist.h.

Definition at line 94 of file spgist.h.

Definition at line 83 of file spgist.h.

union { ... } spgChooseOut::result
struct { ... } spgChooseOut::splitTuple

The documentation for this struct was generated from the following file: