| Package | Description |
|---|---|
| org.aksw.sparqlify.algebra.sql.nodes |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlOpDistinct |
class |
SqlOpExtend |
class |
SqlOpFilter |
class |
SqlOpFilterExpr
A maybe hacky filter that allows SQL ops to be constrained by SPARQL
expressions.
|
class |
SqlOpGroupBy |
class |
SqlOpOrder |
class |
SqlOpProject
This is actually a combination of extend, rename and project.
|
class |
SqlOpRename
The rename operator from the relational algebra.
|
class |
SqlOpSelectBlock
Similar to SqlSelectBlock:
The sql generation process is to generate SqlSelectBlock from the
algebra, which are then turned into strings.
|
class |
SqlOpSlice |
Copyright © 2014. All Rights Reserved.