public static final class ShowTableResponse.AdditionalInfo extends Object
tableNames
.
Supported values:
additionalInfo
.Modifier and Type | Field and Description |
---|---|
static String |
ALTERNATE_SHARD_KEYS
Semicolon-separated list of shard keys that were equated in joins
(applicable for join tables).
|
static String |
ATTRIBUTE_INDEXES
Semicolon-separated list of columns that have indexes.
|
static String |
COLLECTION_NAMES
The names of the collections this table is part of.
|
static String |
COLUMN_INFO
JSON-encoded string representing a map of column name to information
including memory usage if if the
get_column_info option is
true . |
static String |
COMPRESSED_COLUMNS
Semicolon-separated list of compressed columns with the corresponding
compression type for each; e.g.:
{first_name,snappy};{last_name,lz4hc}.
|
static String |
CREATE_PROJECTION |
static String |
CREATE_TABLE |
static String |
CREATE_UNION |
static String |
FALSE |
static String |
FOREIGN_KEYS
Semicolon-separated list of foreign keys, of the format 'source_column
references target_table(primary_key_column)'.
|
static String |
FOREIGN_SHARD_KEY
Foreign shard key description of the format: 'fk_foreign_key
references pk_column_name from pk_table_name(pk_primary_key)'.
|
static String |
GLOBAL_ACCESS_MODE
Returns the global access mode (i.e.
|
static String |
INTERVAL
Using interval partitioning
|
static String |
IS_AUTOMATIC_PARTITION
True if partitions will be created for LIST VALUES which don't fall
into existing partitions.
|
static String |
IS_DIRTY
True if some input table of the materialized view that affects this
member table has been modified since the last refresh.
|
static String |
IS_VIEW_PERSISTED
True if the view named view_table_name is persisted - reported for
each view member.
|
static String |
LAST_REFRESH_TIME
For materialized view the a datatime string indicating the last time
the view was refreshed.
|
static String |
LIST
Using manual list partitioning
|
static String |
NEXT_REFRESH_TIME
For materialized view with periodic refresh_method a datetime string
indicating the next time the view is to be refreshed.
|
static String |
NO_ACCESS
No read/write operations are allowed on this table.
|
static String |
NONE
Using no partitioning
|
static String |
PARTITION_DEFINITIONS
Comma-separated list of partition definitions, whose format depends
on the partition_type.
|
static String |
PARTITION_KEYS
Comma-separated list of partition keys.
|
static String |
PARTITION_TYPE
Partitioning scheme used for this table
Supported values:
RANGE :
Using range partitioning
INTERVAL : Using interval partitioning
LIST :
Using manual list partitioning
NONE :
Using no partitioning
The default value is NONE . |
static String |
PROTECTED
Indicates whether the respective table is protected or not.
|
static String |
RANGE
Using range partitioning
|
static String |
READ_ONLY
Only read operations are allowed on this table.
|
static String |
READ_WRITE
All read/write operations are allowed on this table.
|
static String |
RECORD_BYTES
The number of in-memory bytes per record which is the sum of the
byte sizes of all columns with property 'data'.
|
static String |
REFRESH_METHOD
For materialized view current refresh_method - one of manual,
periodic, on_change.
|
static String |
REFRESH_PERIOD
For materialized view with periodic refresh_method the current
refresh period in seconds.
|
static String |
REFRESH_START_TIME
For materialized view with periodic refresh_method the current
intial datetime string that periodic refreshes began.
|
static String |
REMAINING_TABLE_TTL
The remaining time-to-live, in minutes, before the respective
table expires (-1 if it will never expire).
|
static String |
REQUEST_AVRO_JSON
The JSON representation of request creating this table.
|
static String |
REQUEST_AVRO_TYPE
Method by which this table was created.
|
static String |
TABLE_TTL
The value of the time-to-live setting.
|
static String |
TRUE |
static String |
USER_CHUNK_SIZE
User-specified number of records per chunk, if provided at table
creation time.
|
static String |
VIEW_TABLE_NAME
For materialized view the name of the view this member table is part
of - if same as the table_name then this is the root of the view.
|
static String |
WRITE_ONLY
Only write operations are allowed on this table.
|
public static final String REQUEST_AVRO_TYPE
public static final String CREATE_TABLE
public static final String CREATE_PROJECTION
public static final String CREATE_UNION
public static final String REQUEST_AVRO_JSON
public static final String PROTECTED
public static final String TRUE
public static final String FALSE
public static final String RECORD_BYTES
public static final String COLLECTION_NAMES
public static final String TABLE_TTL
public static final String REMAINING_TABLE_TTL
public static final String FOREIGN_KEYS
public static final String FOREIGN_SHARD_KEY
public static final String PARTITION_TYPE
RANGE
:
Using range partitioning
INTERVAL
: Using interval partitioning
LIST
:
Using manual list partitioning
NONE
:
Using no partitioning
NONE
.public static final String RANGE
public static final String INTERVAL
public static final String LIST
public static final String NONE
public static final String PARTITION_KEYS
public static final String PARTITION_DEFINITIONS
public static final String IS_AUTOMATIC_PARTITION
public static final String ATTRIBUTE_INDEXES
public static final String COMPRESSED_COLUMNS
public static final String COLUMN_INFO
get_column_info
option is
true
. The default value is ''.public static final String GLOBAL_ACCESS_MODE
NO_ACCESS
: No read/write operations are allowed on this table.
READ_ONLY
: Only read operations are allowed on this table.
WRITE_ONLY
: Only write operations are allowed on this table.
READ_WRITE
: All read/write operations are allowed on this table.
public static final String NO_ACCESS
public static final String READ_ONLY
public static final String WRITE_ONLY
public static final String READ_WRITE
public static final String VIEW_TABLE_NAME
public static final String IS_VIEW_PERSISTED
public static final String IS_DIRTY
public static final String REFRESH_METHOD
public static final String REFRESH_START_TIME
public static final String REFRESH_PERIOD
public static final String LAST_REFRESH_TIME
public static final String NEXT_REFRESH_TIME
public static final String USER_CHUNK_SIZE
public static final String ALTERNATE_SHARD_KEYS
Copyright © 2020. All rights reserved.