vrpRouting  0.3
column_info_t.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for column_info_t.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Column_info_t
 

Enumerations

enum  expectType {
  INTEGER, ANY_INTEGER, ANY_NUMERICAL, TEXT,
  JSONB, CHAR1, INTEGER_ARRAY, ANY_INTEGER_ARRAY,
  TIMESTAMP, INTERVAL
}
 

Enumeration Type Documentation

◆ expectType

enum expectType
Enumerator
INTEGER 
ANY_INTEGER 
ANY_NUMERICAL 
TEXT 
JSONB 
CHAR1 
INTEGER_ARRAY 
ANY_INTEGER_ARRAY 
TIMESTAMP 
INTERVAL 

Definition at line 37 of file column_info_t.h.

38  {
39  INTEGER,
42  TEXT,
43  JSONB,
44  CHAR1,
47  TIMESTAMP,
48  INTERVAL
49 } expectType;
TEXT
@ TEXT
Definition: column_info_t.h:42
INTERVAL
@ INTERVAL
Definition: column_info_t.h:48
JSONB
@ JSONB
Definition: column_info_t.h:43
ANY_INTEGER_ARRAY
@ ANY_INTEGER_ARRAY
Definition: column_info_t.h:46
expectType
expectType
Definition: column_info_t.h:37
INTEGER_ARRAY
@ INTEGER_ARRAY
Definition: column_info_t.h:45
ANY_INTEGER
@ ANY_INTEGER
Definition: column_info_t.h:40
ANY_NUMERICAL
@ ANY_NUMERICAL
Definition: column_info_t.h:41
TIMESTAMP
@ TIMESTAMP
Definition: column_info_t.h:47
CHAR1
@ CHAR1
Definition: column_info_t.h:44
INTEGER
@ INTEGER
Definition: column_info_t.h:39