package
1.30.24
Repository: https://github.com/dolphindb/api-go.git
Documentation: pkg.go.dev

# Functions

CreateDomain inits a Domain according to the pt.
GetPartitionType returns the string format of PartitionType with the ind.
NewListDomain inits a ListDomain object.

# Constants

COMPO s the string type of PartitionType COMPO.
HASH s the string type of PartitionType HASH.
LIST s the string type of PartitionType LIST.
RANGE s the string type of PartitionType RANGE.
SEQ s the string type of PartitionType SEQ.
VALUE s the string type of PartitionType VALUE.

# Structs

HashDomain implements the Domain interface.
ListDomain implements the Domain interface.
RangeDomain implements the Domain interface.
ValueDomain implements the Domain interface.

# Interfaces

Domain interface declares functions to get partition keys.

# Type aliases

PartitionType decides how to append partitioned table.