Documentation ¶
Index ¶
- type Membership
- type Table
- func (t *Table) Close() error
- func (t *Table) GetRows(splitID []byte, columns []string, maxBytes int64) (*table.PageResult, error)
- func (t *Table) GetSplits(desiredColumns []string, outputConstraint *presto.PrestoThriftTupleDomain, ...) ([]table.Split, error)
- func (t *Table) Name() string
- func (t *Table) Schema() (typeof.Schema, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Membership ¶
Membership represents a contract required for recovering cluster information.
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table represents a nodes table.
func (*Table) GetRows ¶
func (t *Table) GetRows(splitID []byte, columns []string, maxBytes int64) (*table.PageResult, error)
GetRows retrieves the data
Click to show internal directories.
Click to hide internal directories.