GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ColumnProperties.h
Go to the documentation of this file.
1 /*
2  * This file was autogenerated by the GPUdb 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 
12 namespace gpudb
13 {
14  namespace ColumnProperty
15  {
16 
21  extern const std::string DATA;
22 
23 
28  extern const std::string TEXT_SEARCH;
29 
30 
37  extern const std::string STORE_ONLY;
38 
39 
47  extern const std::string DISK_OPTIMIZED;
48 
49 
56  extern const std::string TIMESTAMP;
57 
58 
65  extern const std::string ULONG;
66 
67 
76  extern const std::string DECIMAL;
77 
78 
85  extern const std::string DATE;
86 
87 
95  extern const std::string TIME;
96 
97 
105  extern const std::string DATETIME;
106 
107 
113  extern const std::string CHAR1;
114 
115 
121  extern const std::string CHAR2;
122 
123 
129  extern const std::string CHAR4;
130 
131 
137  extern const std::string CHAR8;
138 
139 
145  extern const std::string CHAR16;
146 
147 
153  extern const std::string CHAR32;
154 
155 
161  extern const std::string CHAR64;
162 
163 
169  extern const std::string CHAR128;
170 
171 
177  extern const std::string CHAR256;
178 
179 
185  extern const std::string INT8;
186 
187 
193  extern const std::string INT16;
194 
195 
202  extern const std::string IPV4;
203 
204 
210  extern const std::string WKT;
211 
212 
218  extern const std::string PRIMARY_KEY;
219 
220 
226  extern const std::string SHARD_KEY;
227 
228 
243  extern const std::string NULLABLE;
244 
245 
255  extern const std::string DICT;
256 
257 
262  extern const std::string INIT_WITH_NOW;
263 
264 
265  } // end namespace ColumnProperty
266 } // end namespace gpudb
267 
268 
269 #endif // __GPUDB_COLUMN_PROPERTIES__H__
const std::string CHAR1
This property provides optimized memory, disk and query performance for string columns.
const std::string CHAR4
This property provides optimized memory, disk and query performance for string columns.
const std::string IPV4
This property provides optimized memory, disk and query performance for string columns representing I...
const std::string ULONG
Valid only for &#39;string&#39; columns.
const std::string TIMESTAMP
Valid only for &#39;long&#39; columns.
const std::string CHAR16
This property provides optimized memory, disk and query performance for string columns.
const std::string DICT
This property indicates that this column should be dictionary encoded.
const std::string TEXT_SEARCH
Valid only for &#39;string&#39; columns.
const std::string TIME
Valid only for &#39;string&#39; columns.
const std::string CHAR32
This property provides optimized memory, disk and query performance for string columns.
const std::string CHAR64
This property provides optimized memory, disk and query performance for string columns.
const std::string INIT_WITH_NOW
For &#39;date&#39;, &#39;time&#39;, &#39;datetime&#39;, or &#39;timestamp&#39; 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 DATE
Valid only for &#39;string&#39; 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 &#39;string&#39; columns.
const std::string DISK_OPTIMIZED
Works in conjunction with the data property for string columns.
const std::string WKT
Valid only for &#39;string&#39; and &#39;bytes&#39; columns.
const std::string STORE_ONLY
Persist the column value but do not make it available to queries (e.g.
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 &#39;string&#39; 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 DATA
Default property for all numeric and string type columns; makes the column available for GPU queries...