| Package | Description |
|---|---|
| org.aksw.sparqlify.algebra.sql.nodes | |
| org.aksw.sparqlify.core.algorithms |
| Modifier and Type | Method and Description |
|---|---|
Projection |
SqlOpExtend.getProjection() |
Projection |
SqlOpSelectBlock.getProjection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Projection.add(Projection other) |
static boolean |
SqlOpSelectBlock.containsCount(Projection projection)
Checks whether a projection contains a COUNT function
TODO HACK Just checking function names for string containment is not the proper way to do this
|
static SqlOpExtend |
SqlOpExtend.create(SqlOp op,
Projection projection) |
void |
Projection.extend(Projection other) |
| Constructor and Description |
|---|
SqlOpExtend(Schema schema,
SqlOp subOp,
Projection projection) |
| Modifier and Type | Method and Description |
|---|---|
static Projection |
SqlOpSelectBlockCollectorImpl.createProjectionWithReplacedAliasReferences(Projection projection,
String aliasName) |
Projection |
ExprSqlRewrite.getProjection() |
static Projection |
SqlOpSelectBlockCollectorImpl.initNewProjection(Schema schema,
String aliasName) |
| Modifier and Type | Method and Description |
|---|---|
static List<SqlExpr> |
SqlOpSelectBlockCollectorImpl.adjustConditions(List<SqlExpr> exprs,
Projection projection) |
static List<SqlSortCondition> |
SqlOpSelectBlockCollectorImpl.adjustSortConditions(List<SqlSortCondition> sqlConds,
Projection projection) |
static Projection |
SqlOpSelectBlockCollectorImpl.createProjectionWithReplacedAliasReferences(Projection projection,
String aliasName) |
static void |
SqlOpSelectBlockCollectorImpl.initProjection(Projection projection,
Schema schema,
String aliasName) |
String |
SqlOpSerializerImpl.projection(Projection projection) |
static void |
SqlOptimizerImpl.substituteProjectionInPlace(Projection proj,
Factory1<SqlExpr> transformer) |
static SqlExpr |
SqlOpSelectBlockCollectorImpl.transformToAliasedReferences(SqlExpr expr,
Projection projection) |
| Constructor and Description |
|---|
ExprSqlRewrite(com.hp.hpl.jena.sparql.expr.Expr expr,
Projection projection) |
Copyright © 2014. All rights reserved.