Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Distinct ¶
type Distinct struct {
// contains filtered or unexported fields
}
func NewDistinct ¶
func NewDistinct(source Node) *Distinct
type EventTimeBuffer ¶
type EventTimeBuffer struct {
// contains filtered or unexported fields
}
func NewEventTimeBuffer ¶
func NewEventTimeBuffer(source Node) *EventTimeBuffer
func (*EventTimeBuffer) Run ¶
func (e *EventTimeBuffer) Run(ctx ExecutionContext, produce ProduceFn, metaSend MetaSendFn) error
type LookupJoin ¶
type LookupJoin struct {
// contains filtered or unexported fields
}
func NewLookupJoin ¶
func NewLookupJoin(source, joined Node) *LookupJoin
func (*LookupJoin) Run ¶
func (s *LookupJoin) Run(ctx ExecutionContext, produce ProduceFn, metaSend MetaSendFn) error
type OrderBy ¶
type OrderBy struct {
// contains filtered or unexported fields
}
func NewBatchOrderBy ¶
type StreamJoin ¶
type StreamJoin struct {
// contains filtered or unexported fields
}
func NewStreamJoin ¶
func NewStreamJoin(left, right Node, keyExprsLeft, keyExprsRight []Expression) *StreamJoin
func (*StreamJoin) Run ¶
func (s *StreamJoin) Run(ctx ExecutionContext, produce ProduceFn, metaSend MetaSendFn) error
Click to show internal directories.
Click to hide internal directories.