17 public const string DATA =
"data";
58 public const string ULONG =
"ulong";
73 public const string DATE =
"date";
80 public const string TIME =
"time";
92 public const string CHAR1 =
"char1";
97 public const string CHAR2 =
"char2";
102 public const string CHAR4 =
"char4";
107 public const string CHAR8 =
"char8";
137 public const string INT8 =
"int8";
142 public const string INT16 =
"int16";
148 public const string IPV4 =
"ipv4";
153 public const string WKT =
"wkt";
186 public const string DICT =
"dict";
const string DISK_OPTIMIZED
Works in conjunction with the data property for string columns.
const string CHAR1
This property provides optimized memory, disk and query performance for string columns.
const string TEXT_SEARCH
Valid only for 'string' columns.
const string DATETIME
Valid only for 'string' columns.
const string INT16
This property provides optimized memory and query performance for int columns.
const string PRIMARY_KEY
This property indicates that this column will be part of (or the entire) primary key.
const string CHAR128
This property provides optimized memory, disk and query performance for string columns.
Column properties used for Kinetica types.
const string TIMESTAMP
Valid only for 'long' columns.
const string CHAR16
This property provides optimized memory, disk and query performance for string columns.
const string WKT
Valid only for 'string' and 'bytes' columns.
const string CHAR64
This property provides optimized memory, disk and query performance for string columns.
const string CHAR4
This property provides optimized memory, disk and query performance for string columns.
const string INIT_WITH_NOW
For 'date', 'time', 'datetime', or 'timestamp' column types, replace empty strings and invalid timest...
const string CHAR2
This property provides optimized memory, disk and query performance for string columns.
const string DATE
Valid only for 'string' columns.
const string CHAR8
This property provides optimized memory, disk and query performance for string columns.
const string DECIMAL
Valid only for 'string' columns.
const string STORE_ONLY
Persist the column value but do not make it available to queries (e.g.
const string CHAR32
This property provides optimized memory, disk and query performance for string columns.
const string IPV4
This property provides optimized memory, disk and query performance for string columns representing I...
const string CHAR256
This property provides optimized memory, disk and query performance for string columns.
const string SHARD_KEY
This property indicates that this column will be part of (or the entire) shard key.
const string INT8
This property provides optimized memory and query performance for int columns.
const string DICT
This property indicates that this column should be dictionary encoded.
const string ULONG
Valid only for 'string' columns.
const string TIME
Valid only for 'string' columns.
const string NULLABLE
This property indicates that this column is nullable.
const string DATA
Default property for all numeric and string type columns; makes the column available for GPU queries...