| Package | Description |
|---|---|
| org.aksw.sparqlify.core.algorithms | |
| org.aksw.sparqlify.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlTranslatorImpl
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.aksw.sparqlify.core.algorithms.SqlExprContext> |
MappingOpsImpl.createExprSqlRewrites(com.hp.hpl.jena.sparql.expr.Expr condition,
VarDefinition varDef,
Map<String,TypeToken> typeMap,
SqlTranslator sqlTranslator)
Returns a list of Binding-Sql Expr pairs.
|
static SqlExpr |
MappingOpsImpl.createSqlCondition(com.hp.hpl.jena.sparql.expr.Expr condition,
VarDefinition varDef,
Map<String,TypeToken> typeMap,
SqlTranslator sqlTranslator) |
static SqlExpr |
MappingOpsImpl.createSqlConditionOld(com.hp.hpl.jena.sparql.expr.Expr condition,
VarDefinition varDef,
Map<String,TypeToken> typeMap,
SqlTranslator sqlTranslator)
Deprecated.
|
static org.aksw.sparqlify.core.algorithms.VarDefKey |
MappingOpsImpl.joinDefinitionsOnEquals(Collection<RestrictedExpr> a,
Collection<RestrictedExpr> b,
Map<String,TypeToken> typeMap,
SqlTranslator sqlTranslator)
Joins two var definitions on the given queryVar.
|
static org.aksw.sparqlify.core.algorithms.VarDefKey |
MappingOpsImpl.joinDefinitionsOnEquals(com.hp.hpl.jena.sparql.core.Var queryVar,
ViewInstance<ViewDefinition> viewInstance,
SqlTranslator sqlTranslator)
Returns a set of equals expressions,
created from equating all pickDefs to the given varDefs
The set is intended to be interpreted as a disjunction between the elements.
|
static SqlExpr |
MappingOpsImpl.translateSql(com.hp.hpl.jena.sparql.expr.Expr expr,
Map<String,TypeToken> typeMap,
SqlTranslator sqlTranslator) |
static SqlExpr |
MappingOpsImpl.translateSql(RestrictedExpr restExpr,
Map<String,TypeToken> typeMap,
SqlTranslator sqlTranslator) |
| Constructor and Description |
|---|
MappingOpsImpl(SqlTranslator sqlTranslator,
ExprDatatypeNorm exprNormalizer) |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlTranslatorImpl2 |
| Modifier and Type | Method and Description |
|---|---|
static SqlTranslator |
SparqlifyUtils.createSqlRewriter() |
static SqlTranslator |
SparqlifyUtils.createSqlRewriter(TypeSystem datatypeSystem,
RdfTermEliminator rdfTermEliminator,
ExprEvaluator exprTransformer) |
Copyright © 2013. All Rights Reserved.