README ¶ Search Query Syntax Mlflow has a query syntax. This package is meant to lex and parse this query dialect. The code is slightly based on the https://github.com/tlaceby/parser-series. I did not implement a proper Pratt parser because of how limited the query language is. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func ParseFilter(input string) ([]*parser.ValidCompareExpr, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseFilter ¶ func ParseFilter(input string) ([]*parser.ValidCompareExpr, error) Types ¶ This section is empty. Source Files ¶ View all Source files query.go Directories ¶ Show internal Expand all Path Synopsis lexer parser Click to show internal directories. Click to hide internal directories.