query

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

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.

Documentation

Index

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL