| Package | Description |
|---|---|
| org.aksw.sparqlify.algebra.sql.exprs2 | |
| org.aksw.sparqlify.core.algorithms | |
| org.aksw.sparqlify.expr.util |
| Modifier and Type | Class and Description |
|---|---|
class |
S_Add |
class |
S_Agg
Class for holding aggregator functions
|
class |
S_Case |
class |
S_Cast |
class |
S_Concat |
class |
S_Else
This is a hack (or at least trick)
to treat CASE ...
|
class |
S_Equals |
class |
S_Function |
class |
S_GreaterThan |
class |
S_GreaterThanOrEqual |
class |
S_IsNotNull |
class |
S_LessThan |
class |
S_LessThanOrEqual |
class |
S_LogicalAnd |
class |
S_LogicalNot |
class |
S_LogicalOr |
class |
S_Method |
class |
S_Multiply |
class |
S_Serialize
TODO: Serialization expressions should not be part of the SqlExpr hierarchy! Instead, this should be a completely separate process.
|
class |
S_Substract |
class |
S_When |
class |
SqlExpr1 |
class |
SqlExpr2 |
class |
SqlExprFunctionBase |
class |
SqlExprN |
| Modifier and Type | Method and Description |
|---|---|
SqlExprFunction |
SqlExprBase.asFunction() |
SqlExprFunction |
SqlExprFunctionBase.asFunction() |
SqlExprFunction |
SqlExpr.asFunction() |
SqlExprFunction |
SqlExpr2.copy(List<SqlExpr> args) |
SqlExprFunction |
SqlExprFunction.copy(List<SqlExpr> args) |
SqlExprFunction |
S_Case.copy(List<SqlExpr> args) |
SqlExprFunction |
SqlExpr1.copy(List<SqlExpr> args) |
abstract SqlExprFunction |
SqlExpr1.copy(SqlExpr arg) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ExprEvaluatorSql.isConstantArgsOnly(SqlExprFunction fn) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SqlExprUtils.isConstantArgsOnly(SqlExprFunction fn) |
Copyright © 2013. All Rights Reserved.