Class PartitionedUserTableOptions
java.lang.Object
io.deephaven.enterprise.database.inputtables.PartitionedUserTableOptions
- All Implemented Interfaces:
UserTableOptions
@Immutable(copy=false)
public abstract class PartitionedUserTableOptions
extends Object
implements UserTableOptions
Defines immutable options when creating or updating a Partitioned User Table.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder for constructing options used for Partitioned User Table. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Constructs a newPartitionedUserTableOptions.Builderinstance.abstract Optional<InputTableStateSpec>Get the optionalInputTableStateSpecfor the User Table.Get the optional partition-column name for the User Table.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.enterprise.database.inputtables.UserTableOptions
dataIndex, namespace, tableDefinition, tableName
-
Constructor Details
-
PartitionedUserTableOptions
public PartitionedUserTableOptions()
-
-
Method Details
-
builder
Constructs a newPartitionedUserTableOptions.Builderinstance.- Returns:
- a new
PartitionedUserTableOptions.Builderinstance.
-
partitionColumnName
Get the optional partition-column name for the User Table.- Returns:
- the partition-column name.
-
inputTableStateSpec
Get the optionalInputTableStateSpecfor the User Table.- Returns:
- the
InputTableStateSpec.
-