Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BranchStats ¶
type BranchStats struct {
Size int64 `zed:"size"`
// XXX (nibs) - This shouldn't be a span because keys don't have to be time.
Span *nano.Span `zed:"span"`
}
func GetBranchStats ¶
type DeleteQuery ¶ added in v1.13.0
type DeleteQuery struct {
*Query
// contains filtered or unexported fields
}
func NewDeleteQuery ¶ added in v1.13.0
func (*DeleteQuery) DeletionSet ¶ added in v1.13.0
func (d *DeleteQuery) DeletionSet() []ksuid.KSUID
type PoolStats ¶
type PoolStats struct {
Size int64 `zed:"size"`
// XXX (nibs) - This shouldn't be a span because keys don't have to be time.
Span *nano.Span `zed:"span"`
}
XXX for backward compat keep this for now, and return branchstats for pool/main
type Query ¶ added in v1.13.0
Query runs a flowgraph as a zbuf.Puller and implements a Close() method that gracefully tears down the flowgraph. Its AsReader() and AsProgressReader() methods provide a convenient means to run a flowgraph as zio.Reader.
func (*Query) AsProgressReadCloser ¶ added in v1.13.0
func (q *Query) AsProgressReadCloser() zbuf.ProgressReadCloser
Click to show internal directories.
Click to hide internal directories.