MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / GetStringFields

Method GetStringFields

pkg/filter/filter.go:58–58  ·  view source on GitHub ↗

GetStringFields returns field names mapped to their string values.

()

Source from the content-addressed store, hash-verified

56 RunSequence(evt *event.Event, seqID int, partials map[int][]*event.Event, rawMatch bool) bool
57 // GetStringFields returns field names mapped to their string values.
58 GetStringFields() map[fields.Field][]string
59 // GetFields returns all fields used in the filter expression.
60 GetFields() []Field
61 // GetSequence returns the sequence descriptor or nil if this filter is not a sequence.

Callers 6

isScopedMethod · 0.65
CompileMethod · 0.65
compileMethod · 0.65
buildCompileResultMethod · 0.65
TestSeqFilterCompileFunction · 0.65
TestStringFieldsFunction · 0.65

Implementers 1

filterpkg/filter/filter.go

Calls

no outgoing calls

Tested by 2

TestSeqFilterCompileFunction · 0.52
TestStringFieldsFunction · 0.52