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

Function NewBufferFilterForFieldName

runtime/sam/expr/bufferfilter.go:38–43  ·  view source on GitHub ↗
(pattern string)

Source from the content-addressed store, hash-verified

36}
37
38func NewBufferFilterForFieldName(pattern string) *BufferFilter {
39 return &BufferFilter{
40 op: opFieldNameFinder,
41 fnf: NewFieldNameFinder(pattern),
42 }
43}
44
45func NewBufferFilterForString(pattern string) *BufferFilter {
46 if len(pattern) < 2 {

Callers 1

CompileBufferFilterFunction · 0.92

Calls 1

NewFieldNameFinderFunction · 0.85

Tested by

no test coverage detected