Package | Description |
---|---|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
Modifier and Type | Method and Description |
---|---|
protected ISPO[] |
BigdataTriplePatternMaterializer.resolveChunk(BigdataTriplePattern[] chunk) |
Modifier and Type | Method and Description |
---|---|
BigdataStatementIterator |
AbstractTripleStore.getStatements(IChunkedOrderedIterator<BigdataTriplePattern> triplePatterns)
Efficient batched, streaming resolution of triple patterns to statements
spanned by those triple patterns that are present in the data.
|
Constructor and Description |
---|
BigdataTriplePatternMaterializer(AbstractTripleStore db,
IChunkedOrderedIterator<BigdataTriplePattern> src) |
BigdataTriplePatternMaterializer(AbstractTripleStore db,
IChunkedOrderedIterator<BigdataTriplePattern> src,
int nthreads) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.