Package | Description |
---|---|
com.hp.hpl.jena.sparql.algebra.optimize | |
com.hp.hpl.jena.sparql.expr |
Modifier and Type | Method and Description |
---|---|
Expr |
ExprTransformApplyTransform.transform(ExprFunctionOp funcOp,
ExprList args,
Op opArg) |
void |
ExprVisitorApplyVisitor.visit(ExprFunctionOp funcOp) |
Modifier and Type | Class and Description |
---|---|
class |
E_Exists |
class |
E_NotExists |
class |
E_Scalar
A scalar subquery that returns a single row/column.
|
Modifier and Type | Method and Description |
---|---|
ExprFunctionOp |
E_Scalar.copy(ExprList args,
Op x) |
ExprFunctionOp |
E_NotExists.copy(ExprList args,
Op x) |
abstract ExprFunctionOp |
ExprFunctionOp.copy(ExprList args,
Op x) |
ExprFunctionOp |
E_Exists.copy(ExprList args,
Op x) |
Modifier and Type | Method and Description |
---|---|
Expr |
ExprTransformCopy.transform(ExprFunctionOp funcOp,
ExprList args,
Op opArg) |
Expr |
ExprTransform.transform(ExprFunctionOp funcOp,
ExprList args,
Op opArg) |
Expr |
ExprTransformBase.transform(ExprFunctionOp funcOp,
ExprList args,
Op opArg) |
void |
ExprVisitorBase.visit(ExprFunctionOp op) |
void |
ExprVisitor.visit(ExprFunctionOp funcOp) |
void |
ExprTransformer.ApplyExprTransformVisitor.visit(ExprFunctionOp funcOp) |
Licenced under the Apache License, Version 2.0