Documentation ¶ Index ¶ type T func (t T) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type T ¶ type T uint8 const ( Unknown T = 0 Bool T = 1 Int T = 2 Float T = 3 String T = 4 Bytes T = 5 Decimal T = 6 Date T = 7 Time T = 8 TimeTZ T = 9 Timestamp T = 10 TimestampTZ T = 11 Interval T = 12 Vertex T = 13 Edge T = 14 ) func (T) String ¶ func (t T) String() string Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.