Classes | |
| struct | Pair |
| Pair structure that is used for sparse vectors. More... | |
Functions | |
| PG_FUNCTION_INFO_V1 (pair_in) | |
| Methods for newly created type (Pair) are implemented here. | |
| Datum | pair_in (PG_FUNCTION_ARGS) |
| PG_FUNCTION_INFO_V1 (pair_out) | |
| Datum | pair_out (PG_FUNCTION_ARGS) |
| PG_FUNCTION_INFO_V1 (pair_recv) | |
| Datum | pair_recv (PG_FUNCTION_ARGS) |
| PG_FUNCTION_INFO_V1 (pair_send) | |
| Datum | pair_send (PG_FUNCTION_ARGS) |
Variables | |
| PG_MODULE_MAGIC | |
| Datum pair_in | ( | PG_FUNCTION_ARGS | ) |
| Datum pair_out | ( | PG_FUNCTION_ARGS | ) |
| Datum pair_recv | ( | PG_FUNCTION_ARGS | ) |
| Datum pair_send | ( | PG_FUNCTION_ARGS | ) |
| PG_FUNCTION_INFO_V1 | ( | pair_send | ) |
| PG_FUNCTION_INFO_V1 | ( | pair_recv | ) |
| PG_FUNCTION_INFO_V1 | ( | pair_out | ) |
| PG_FUNCTION_INFO_V1 | ( | pair_in | ) |
Methods for newly created type (Pair) are implemented here.
1.4.7