10 public struct ColumnProperty
14 public const string DATA =
"data";
28 public const string TIMESTAMP =
"timestamp";
35 public const string ULONG =
"ulong";
40 public const string UUID =
"uuid";
49 public const string DECIMAL =
"decimal";
57 public const string DATE =
"date";
65 public const string TIME =
"time";
73 public const string DATETIME =
"datetime";
79 public const string CHAR1 =
"char1";
85 public const string CHAR2 =
"char2";
91 public const string CHAR4 =
"char4";
97 public const string CHAR8 =
"char8";
103 public const string CHAR16 =
"char16";
109 public const string CHAR32 =
"char32";
115 public const string CHAR64 =
"char64";
121 public const string CHAR128 =
"char128";
127 public const string CHAR256 =
"char256";
133 public const string BOOLEAN =
"boolean";
139 public const string INT8 =
"int8";
145 public const string INT16 =
"int16";
153 public const string IPV4 =
"ipv4";
162 public const string ARRAY =
"array";
167 public const string JSON =
"json";
173 public const string VECTOR =
"vector";
179 public const string WKT =
"wkt";
195 public const string SHARD_KEY =
"shard_key";
211 public const string NULLABLE =
"nullable";
220 public const string COMPRESS =
"compress";
230 public const string DICT =
"dict";
const string CHAR2
This property provides optimized memory, disk and query performance for string columns.
const string CHAR256
This property provides optimized memory, disk and query performance for string columns.
const string CHAR64
This property provides optimized memory, disk and query performance for string columns.
const string INT16
This property provides optimized memory and query performance for int columns.
const string TEXT_SEARCH
Valid only for select 'string' columns.
const string DATETIME
Valid only for 'string' columns.
const string CHAR16
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 UUID
Valid only for 'string' columns.
const string DATA
Default property for all numeric and string type columns; makes the column available for GPU queries.
const string IPV4
This property provides optimized memory, disk and query performance for string columns representing I...
const string ARRAY
Valid only for 'string' columns.
const string WKT
Valid only for 'string' and 'bytes' columns.
const string INIT_WITH_UUID
For 'uuid' type, replace empty strings and invalid UUID values with randomly-generated UUIDs upon ins...
const string TIME
Valid only for 'string' columns.
const string INIT_WITH_NOW
For 'date', 'time', 'datetime', or 'timestamp' column types, replace empty strings and invalid timest...
const string CHAR32
This property provides optimized memory, disk and query performance for string columns.
const string COMPRESS
This property indicates that this column should be compressed with the given codec and optional level...
const string NULLABLE
This property indicates that this column is nullable.
const string VECTOR
Valid only for 'bytes' columns.
const string ULONG
Valid only for 'string' columns.
const string TIMESTAMP
Valid only for 'long' columns.
const string DECIMAL
Valid only for 'string' columns.
const string BOOLEAN
This property provides optimized memory and query performance for int columns.
const string UPDATE_WITH_NOW
For 'date', 'time', 'datetime', or 'timestamp' column types, always update the field with 'NOW()' upo...
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 DICT
This property indicates that this column should be dictionary encoded.
const string JSON
Valid only for 'string' columns.
const string CHAR4
This property provides optimized memory, disk and query performance for string columns.
const string SOFT_PRIMARY_KEY
This property indicates that this column will be part of (or the entire) soft primary key.
const string INT8
This property provides optimized memory and query performance for int columns.
const string CHAR1
This property provides optimized memory, disk and query performance for string columns.
const string CHAR128
This property provides optimized memory, disk and query performance for string columns.
const string PRIMARY_KEY
This property indicates that this column will be part of (or the entire) primary key.