datadog_query/parse
Types
pub type ParseError {
UnexpectedEnd
Unexpected(String)
EmptyInput
}
Constructors
-
UnexpectedEnd -
Unexpected(String) -
EmptyInput
Values
pub fn filter(input: String) -> Result(ast.Filter, ParseError)