MCPcopy Create free account
hub / github.com/brimdata/super / DataFilter

Method DataFilter

sbuf/scanner.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15type Pushdown interface {
16 Projection() field.Projection
17 DataFilter() (expr.Evaluator, error)
18 BSUPFilter() (*expr.BufferFilter, error)
19 MetaFilter() (expr.Evaluator, field.Projection, error)
20 // Undordered reports whether a reader may return values in arbirary order.

Callers 4

runCasesHelperFunction · 0.95
newScannerFunction · 0.65
newScannerFunction · 0.65
newScannerSyncFunction · 0.65

Implementers 1

pushdowncompiler/rungen/pushdown.go

Calls

no outgoing calls

Tested by 1

runCasesHelperFunction · 0.76