public static final class InsertRecordsFromPayloadRequest.CreateTableOptions extends Object
InsertRecordsFromPayloadRequest
parameter createTableOptions
.
Options used when creating the target table. Includes type to use. The
other options match those in GPUdb.createTable
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 |
FALSE |
||||||
static String |
FOREIGN_KEYS
Semicolon-separated list of
static String FOREIGN_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 String INTERVAL
Use
static String IS_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 String IS_RESULT_TABLE
Indicates whether the table is a
static String LIST
Use
static String NO_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 String TYPE_ID
ID of a currently registered
Method Summary
Copyright © 2025. All rights reserved. |