Docs.rs
eventql-parser-0.1.17
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
eventql-parser 0.1.17
EventQL Lexer and Parser
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
accept_group_by_with_agg_rec.eql
accept_group_by_with_order_by_with_agg.eql
agg_must_use_source_bound.eql
aggregate_with_sourced_bases_props.eql
allow_constant_agg_func.eql
allow_regular_property_project_into.eql
from_events_nested_data.eql
from_events_using_subquery.eql
from_events_where_subject_project_record_with_count.eql
from_events_with_distinct.eql
from_events_with_group_by_and_having.eql
from_events_with_top_identity_projection.eql
from_events_with_type_to_project_record.eql
ids_in_group_by_should_pass.eql
ids_in_order_by_should_pass.eql
infer_wrong_where_clause_1.eql
infer_wrong_where_clause_2.eql
invalid_type_contains.eql
invalid_type_conversion_expr.eql
lowercase_function.eql
optional_param_func.eql
parser_binary_op.eql
parser_unhinged_unary_op.eql
project_agg_value.eql
project_event_decls.eql
query_order_by_no_ordering.eql
reject_agg_in_predicate.eql
reject_constant_expr.eql
reject_group_by_no_agg.eql
reject_group_by_no_agg_in_rec.eql
reject_group_by_with_order_by_no_agg.eql
reject_invalid_having_clause.eql
rename_duplicate_variable_names.eql
rename_non_existing_variable.eql
rename_subquery.eql
undeclared_variable_in_project_into_clause.eql
valid_agg_usage.eql
valid_contains.eql
valid_having_clause.eql
valid_type_conversion-weird-case.eql
valid_type_conversion.eql
with_comment.eql
1
2
3
FROM e IN events WHERE e.data.foo == "foobar" AND e.data.foo == 42 PROJECT INTO e