Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteQuery ¶ added in v1.3.0
type DeleteQuery struct { *Query // contains filtered or unexported fields }
func NewDeleteQuery ¶ added in v1.3.0
func (*DeleteQuery) DeletionSet ¶ added in v1.3.0
func (d *DeleteQuery) DeletionSet() []ksuid.KSUID
type Query ¶
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 CompileLakeQuery ¶ added in v1.2.0
func CompileQuery ¶ added in v1.2.0
func (*Query) AsProgressReadCloser ¶
func (q *Query) AsProgressReadCloser() zbuf.ProgressReadCloser
Click to show internal directories.
Click to hide internal directories.