-
Notifications
You must be signed in to change notification settings - Fork 3
Add built-in filter function for every Avro class #13
Comments
Plan:
|
More from #43:
|
More from #39:
|
Sink down to prio2 since PCRE support was extracted to #73. |
SyntaxC-style expressions. Field names (dot-separated for inner fields) of a current GrammarTBD. OverviewCreate AST using lulpeg in the compile phase, save it in a query AST. Set an usage flag for variables in use (to avoid an error re non-used Pass the AST to accessor_general within If no index is found based on filters, offset or from a connection (see The approach above is very-very basic and cannot handle many cases. But I Follow upsType checkingEach operation argument should have set of allowed types. Say, 'number' for a A root expression must have the boolean type, because it will be used as the It seems that we should take care of nullability of a type: say, FunctionsE. g. regexp(<pattern: string expr>, ). IS NULL / IS NOT NULL operationsis_null() |
Implement c-style filter expressions for graphql objects. Introduced module containing parser and executor for them. Needed for tarantool#13
Implement c-style filter expressions for graphql objects. Introduced module containing parser and executor for them. Needed for tarantool#13
Implement c-style filter expressions for graphql objects. Introduced module containing parser and executor for them. Needed for tarantool#13
Implement c-style filter expressions for graphql objects. Introduced module containing parser and executor for them. Needed for #13
Implement c-style filter expressions for graphql objects. Introduced executor into expressions module. Moved regexp implementation into utils.lua. Needed for tarantool#13
Implement c-style filter expressions for graphql objects. Introduced executor into expressions module. Moved regexp implementation into utils.lua. Needed for tarantool#13
…sions graphql: implement c-style expressions parser
like()
regexp()
<
or
and
The text was updated successfully, but these errors were encountered: