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
Click to show internal directories.
Click to hide internal directories.