View Source QueryParser.Exec (query_parser v1.0.0-beta.27)

This is the Exec module. It takes care of executing the AST query into the data passed.

Summary

Functions

The find will return all the elements that match the query.

The match will take a single element and check that the element actually match the ast query.

Functions

@spec find(list(), map()) :: list()

The find will return all the elements that match the query.

@spec match?(map(), map()) :: boolean()

The match will take a single element and check that the element actually match the ast query.