java.lang.Object
org.apache.jena.sparql.engine.ref.EvaluatorSimple
- All Implemented Interfaces:
Evaluator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassign
(Table table, VarExprList exprs) basicPattern
(BasicPattern pattern) extend
(Table table, VarExprList exprs) groupBy
(Table table, VarExprList groupVars, List<ExprAggregator> aggregators) order
(Table table, List<SortCondition> conditions) pathPattern
(TriplePath triplePath) propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) unit()
-
Field Details
-
debug
public static boolean debug
-
-
Constructor Details
-
EvaluatorSimple
-
-
Method Details
-
getExecContext
- Specified by:
getExecContext
in interfaceEvaluator
-
basicPattern
- Specified by:
basicPattern
in interfaceEvaluator
-
pathPattern
- Specified by:
pathPattern
in interfaceEvaluator
-
procedure
-
propertyFunction
public Table propertyFunction(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) - Specified by:
propertyFunction
in interfaceEvaluator
-
join
-
leftJoin
-
diff
-
minus
-
filter
-
union
-
condition
-
lateral
-
list
-
order
-
groupBy
-
project
-
reduced
-
distinct
-
slice
-
assign
-
extend
-
unfold
-
unit
-