Package org.ehrbase.aql.sql.queryimpl
Class FunctionBasedNodePredicateCall
java.lang.Object
org.ehrbase.aql.sql.queryimpl.FunctionBasedNodePredicateCall
Created by christian on 5/9/2018.
build expression to call node name resolution on jsonb
specifically deals with function based sql encoding (used for composition attributes at this stage)
The function call syntax is:
ehr.aql_node_name_predicate(,'','the path of node to check for name/value predicate')
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionBasedNodePredicateCall(FieldResolutionContext fieldContext, List<String> itemPathArray) -
Method Summary
-
Constructor Details
-
FunctionBasedNodePredicateCall
public FunctionBasedNodePredicateCall(FieldResolutionContext fieldContext, List<String> itemPathArray)
-
-
Method Details
-
resolve
-