Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxPartitionSize represents the maximun size of a partition. MaxPartitionSize = 1610612736 // MaxPartitionMembers represents the maximun numbers of menbers in a partition. MaxPartitionMembers = int(MaxPartitionSize / 262144) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Database ¶
Database represents the underlying postgres database.
func NewDatabase ¶
NewDatabase returns a new Database based on the given given data source.
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
Operator contains all operations.
func NewOperator ¶
NewOperator creates a new operator.
Click to show internal directories.
Click to hide internal directories.