filter.go 255 B

1234567
  1. package filter
  2. import "github.com/opencost/opencost/pkg/filter21/ast"
  3. // Filter is just the root node of an AST. There are various compiler implementations
  4. // available to create data source specific filtering from the AST.
  5. type Filter = ast.FilterNode