| Package | Description |
|---|---|
| com.thinkaurelius.titan.core.olap | |
| com.thinkaurelius.titan.graphdb.fulgora |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OLAPQueryBuilder<S,M,Q extends OLAPQueryBuilder<S,M,Q>>
Builds a vertex-centric query to define the edges and/or properties that will be retrieved for each vertex as part
of the OLAP operation and aggregated into a single property on the central vertex which is accessible via
TitanElement.getProperty(String)
in the OLAPJob. |
| Modifier and Type | Method and Description |
|---|---|
OLAPQueryBuilder<S,?,?> |
OLAPJobBuilder.addQuery()
Adds a new vertex query to this job.
|
| Modifier and Type | Method and Description |
|---|---|
OLAPQueryBuilder |
FulgoraBuilder.addQuery() |
Copyright © 2012–2014. All rights reserved.