| Package | Description |
|---|---|
| org.aksw.sparqlify.core.algorithms | |
| org.aksw.sparqlify.core.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlOpSelectBlockCollectorImpl
Pitfalls:
(distinct (project ...)) -> First project then make distinct
-> Select Distinct [project]
But
(project (distinct ...)) -> First make distinct (with potentially some different projection),
then project:
Select [projection] FROM (Select Distinct * From ...)
|
| Modifier and Type | Method and Description |
|---|---|
SqlOpSelectBlockCollector |
SparqlSqlOpRewriterImpl.getSqlOpSelectBlockCollector() |
| Constructor and Description |
|---|
SparqlSqlOpRewriterImpl(CandidateViewSelector<? extends IViewDef> candidateViewSelector,
OpMappingRewriter opMappingRewriter,
SqlOpSelectBlockCollector sqlOpSelectBlockCollector,
org.aksw.commons.util.jdbc.Schema databaseSchema) |
Copyright © 2014. All Rights Reserved.