Package com.gpudb.filesystem.ingest
Class TableCreationOptions.Option
- java.lang.Object
-
- com.gpudb.filesystem.ingest.TableCreationOptions.Option
-
- Enclosing class:
- TableCreationOptions
public static final class TableCreationOptions.Option extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHUNK_BYTESstatic StringCHUNK_SIZEstatic StringFOREIGN_KEYSstatic StringFOREIGN_SHARD_KEYstatic StringIS_AUTOMATIC_PARTITIONstatic StringIS_REPLICATEDstatic StringIS_RESULT_TABLEstatic StringNO_ERROR_IF_EXISTSstatic StringPARTITION_DEFINITIONSstatic StringPARTITION_KEYSstatic StringPARTITION_TYPEstatic StringSTRATEGY_DEFINITIONstatic StringTTLstatic StringTYPE_ID
-
Constructor Summary
Constructors Constructor Description Option()
-
-
-
Field Detail
-
TYPE_ID
public static final String TYPE_ID
- See Also:
- Constant Field Values
-
NO_ERROR_IF_EXISTS
public static final String NO_ERROR_IF_EXISTS
- See Also:
- Constant Field Values
-
IS_REPLICATED
public static final String IS_REPLICATED
- See Also:
- Constant Field Values
-
FOREIGN_KEYS
public static final String FOREIGN_KEYS
- See Also:
- Constant Field Values
-
FOREIGN_SHARD_KEY
public static final String FOREIGN_SHARD_KEY
- See Also:
- Constant Field Values
-
PARTITION_TYPE
public static final String PARTITION_TYPE
- See Also:
- Constant Field Values
-
PARTITION_KEYS
public static final String PARTITION_KEYS
- See Also:
- Constant Field Values
-
PARTITION_DEFINITIONS
public static final String PARTITION_DEFINITIONS
- See Also:
- Constant Field Values
-
IS_AUTOMATIC_PARTITION
public static final String IS_AUTOMATIC_PARTITION
- See Also:
- Constant Field Values
-
TTL
public static final String TTL
- See Also:
- Constant Field Values
-
CHUNK_SIZE
public static final String CHUNK_SIZE
- See Also:
- Constant Field Values
-
CHUNK_BYTES
public static final String CHUNK_BYTES
- See Also:
- Constant Field Values
-
IS_RESULT_TABLE
public static final String IS_RESULT_TABLE
- See Also:
- Constant Field Values
-
STRATEGY_DEFINITION
public static final String STRATEGY_DEFINITION
- See Also:
- Constant Field Values
-
-