public static final class InsertRecordsFromFilesRequest.CreateTableOptions extends Object
InsertRecordsFromFilesRequest
parameter createTableOptions.
Options from GPUdb.createTable, allowing the structure of the table to be defined
independently of the data source, when creating the target table
| Modifier and Type | Field and Description | ||||||
|---|---|---|---|---|---|---|---|
static String |
CHUNK_COLUMN_MAX_MEMORY
Indicates the target maximum data size for each column in a chunk to
be used for this table.
|
||||||
static String |
CHUNK_MAX_MEMORY
Indicates the target maximum data size for all columns in a chunk to
be used for this table.
|
||||||
static String |
CHUNK_SIZE
Indicates the number of records per chunk to be used for this table.
|
||||||
static String |
COMPRESSION_CODEC
| ||||||
static String |
FOREIGN_KEYS
Semicolon-separated list of
static StringFOREIGN_SHARD_KEY
Foreign shard key of the format 'source_column references
shard_by_column from target_table(primary_key_column)'.
| ||||||
static String |
HASH
Use
static StringINTERVAL
Use
static StringIS_AUTOMATIC_PARTITION
If
TRUE, a new partition will be
created for values which don't fall into an existing partition. | ||||||
static String |
IS_REPLICATED
Affects the
static StringIS_RESULT_TABLE
Indicates whether the table is a
static StringLIST
Use
static StringNO_ERROR_IF_EXISTS
If
TRUE, prevents an error from
occurring if the table already exists and is of the given type. | ||||||
static String |
PARTITION_DEFINITIONS
Comma-separated list of partition definitions, whose format depends
on the choice of
PARTITION_TYPE. |
||||||
static String |
PARTITION_KEYS
Comma-separated list of partition keys, which are the columns or
column expressions by which records will be assigned to partitions
defined by
PARTITION_DEFINITIONS. |
||||||
static String |
PARTITION_TYPE
| ||||||
static String |
TTL
Sets the
static StringTYPE_ID
ID of a currently registered
Method Summary
Copyright © 2025. All rights reserved. |