Package | Description |
---|---|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFromToGraphManagement
Any of the operations which has a FROM and/or TO graph.
|
class |
AbstractOneGraphManagement
Any of the operations which acts on a single target graph.
|
class |
AddGraph
Graph management operation inserts all data from one graph into another.
|
class |
ClearGraph
The CLEAR operation removes all the triples in the specified graph(s) in the
Graph Store.
|
class |
CopyGraph
The COPY operation is a shortcut for inserting all data from an input graph
into a destination graph.
|
class |
CreateGraph
This operation creates a graph in the Graph Store (this operation is a NOP
for bigdata).
|
class |
DropGraph
The DROP operation removes the specified graph(s) from the Graph Store.
|
class |
MoveGraph
The MOVE operation is a shortcut for moving all data from an input graph into
a destination graph.
|
Constructor and Description |
---|
GraphManagement(GraphManagement op) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.