package
0.0.0-20241118162539-34caac850176
Repository: https://go.googlesource.com/perf
Documentation: pkg.go.dev
# Functions
ParseFilter parses a filter expression into a Filter tree.
ParseProjection parses a projection expression into a tuple of Fields.
# Structs
A Field is one element in a projection expression.
A FilterMatch is a leaf in a Filter tree that tests a specific key for a match.
A FilterOp is a boolean operator in the Filter tree.
A SyntaxError is an error produced by parsing a malformed expression.
# Interfaces
A Filter is a node in the boolean filter.
# Type aliases
Op specifies a type of boolean operator.