GPUdb C++ API  Version 7.2.3.0
ColumnProperties.h
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the Kinetica schema processor.
3  *
4  * DO NOT EDIT DIRECTLY.
5  */
6 #ifndef __GPUDB_COLUMN_PROPERTIES__H__
7 #define __GPUDB_COLUMN_PROPERTIES__H__
8 
9 #include <string>
10 
11 namespace gpudb
12 {
13  namespace ColumnProperty
14  {
19  extern const std::string DATA;
20 
27  extern const std::string TEXT_SEARCH;
28 
35  extern const std::string TIMESTAMP;
36 
43  extern const std::string ULONG;
44 
49  extern const std::string UUID;
50 
59  extern const std::string DECIMAL;
60 
67  extern const std::string DATE;
68 
76  extern const std::string TIME;
77 
85  extern const std::string DATETIME;
86 
92  extern const std::string CHAR1;
93 
99  extern const std::string CHAR2;
100 
106  extern const std::string CHAR4;
107 
113  extern const std::string CHAR8;
114 
120  extern const std::string CHAR16;
121 
127  extern const std::string CHAR32;
128 
134  extern const std::string CHAR64;
135 
141  extern const std::string CHAR128;
142 
148  extern const std::string CHAR256;
149 
155  extern const std::string BOOLEAN;
156 
162  extern const std::string INT8;
163 
169  extern const std::string INT16;
170 
177  extern const std::string IPV4;
178 
187  extern const std::string ARRAY;
188 
193  extern const std::string JSON;
194 
200  extern const std::string VECTOR;
201 
207  extern const std::string WKT;
208 
214  extern const std::string PRIMARY_KEY;
215 
221  extern const std::string SOFT_PRIMARY_KEY;
222 
228  extern const std::string SHARD_KEY;
229 
245  extern const std::string NULLABLE;
246 
255  extern const std::string COMPRESS;
256 
266  extern const std::string DICT;
267 
272  extern const std::string INIT_WITH_NOW;
273 
278  extern const std::string INIT_WITH_UUID;
279 
284  extern const std::string UPDATE_WITH_NOW;
285  } // end namespace ColumnProperty
286 } // end namespace gpudb
287 
288 #endif // __GPUDB_COLUMN_PROPERTIES__H__
const std::string CHAR1
This property provides optimized memory, disk and query performance for string columns.
const std::string JSON
Valid only for 'string' columns.
const std::string ARRAY
Valid only for 'string' columns.
const std::string CHAR4
This property provides optimized memory, disk and query performance for string columns.
const std::string BOOLEAN
This property provides optimized memory and query performance for int columns.
const std::string IPV4
This property provides optimized memory, disk and query performance for string columns representing I...
const std::string UUID
Valid only for 'string' columns.
const std::string ULONG
Valid only for 'string' columns.
const std::string TIMESTAMP
Valid only for 'long' columns.
const std::string CHAR16
This property provides optimized memory, disk and query performance for string columns.
const std::string INIT_WITH_UUID
For 'uuid' type, replace empty strings and invalid UUID values with randomly-generated UUIDs upon ins...
const std::string DICT
This property indicates that this column should be dictionary encoded.
const std::string TEXT_SEARCH
Valid only for select 'string' columns.
const std::string TIME
Valid only for 'string' columns.
const std::string CHAR32
This property provides optimized memory, disk and query performance for string columns.
const std::string SOFT_PRIMARY_KEY
This property indicates that this column will be part of (or the entire) soft primary key.
const std::string CHAR64
This property provides optimized memory, disk and query performance for string columns.
const std::string INIT_WITH_NOW
For 'date', 'time', 'datetime', or 'timestamp' column types, replace empty strings and invalid timest...
const std::string INT8
This property provides optimized memory and query performance for int columns.
const std::string INT16
This property provides optimized memory and query performance for int columns.
const std::string SHARD_KEY
This property indicates that this column will be part of (or the entire) shard key.
const std::string VECTOR
Valid only for 'bytes' columns.
const std::string DATE
Valid only for 'string' columns.
const std::string CHAR128
This property provides optimized memory, disk and query performance for string columns.
const std::string CHAR256
This property provides optimized memory, disk and query performance for string columns.
const std::string DECIMAL
Valid only for 'string' columns.
const std::string UPDATE_WITH_NOW
For 'date', 'time', 'datetime', or 'timestamp' column types, always update the field with 'NOW()' upo...
const std::string WKT
Valid only for 'string' and 'bytes' columns.
const std::string PRIMARY_KEY
This property indicates that this column will be part of (or the entire) primary key.
const std::string DATETIME
Valid only for 'string' columns.
const std::string CHAR2
This property provides optimized memory, disk and query performance for string columns.
const std::string CHAR8
This property provides optimized memory, disk and query performance for string columns.
const std::string NULLABLE
This property indicates that this column is nullable.
const std::string COMPRESS
This property indicates that this column should be compressed with the given codec and optional level...
const std::string DATA
Default property for all numeric and string type columns; makes the column available for GPU queries.