Get fetches the parameter value for the specified filter field.
(f Field, evt *event.Event)
| 41 | type Accessor interface { |
| 42 | // Get fetches the parameter value for the specified filter field. |
| 43 | Get(f Field, evt *event.Event) (params.Value, error) |
| 44 | // SetFields sets all fields declared in the expression. |
| 45 | SetFields(fields []Field) |
| 46 | // SetSegments sets all segments utilized in the function predicate expression. |
no outgoing calls