Package | Description |
---|---|
org.apache.jena.atlas.lib | |
org.apache.jena.riot.lang | |
org.apache.jena.riot.other | |
org.apache.jena.riot.system | |
org.apache.jena.riot.writer |
Modifier and Type | Method and Description |
---|---|
static <X> Tuple<X> |
Tuple.create(X... elements) |
Tuple<T> |
Tuple.map(ColumnMap colMap)
Return a tuple with the column mapping applied
|
<T> Tuple<T> |
ColumnMap.map(Tuple<T> src)
Apply to an unmapped tuple to get a tuple with the column mapping applied
|
static Tuple<String> |
FileOps.splitDirBaseExt(String filename)
Split a file name into path, basename and extension.
|
static Tuple<String> |
FileOps.splitDirFile(String filename)
Split a file name into path and filename.
|
Tuple<T> |
Tuple.unmap(ColumnMap colMap)
Return a tuple with the column mapping reversed
|
<T> Tuple<T> |
ColumnMap.unmap(Tuple<T> src)
Apply to a mapped tuple to get a tuple with the column mapping reverse-applied
|
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<Tuple<T>> |
Tuple.prefix(int prefixLength,
Iterator<Tuple<T>> iter) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ColumnMap.fetchSlot(int idx,
Tuple<T> tuple)
Apply to an unmapped tuple to get the i'th slot after mapping : SPO->POS : 0'th slot is P from SPO
|
<T> Tuple<T> |
ColumnMap.map(Tuple<T> src)
Apply to an unmapped tuple to get a tuple with the column mapping applied
|
<T> T |
ColumnMap.mapSlot(int idx,
Tuple<T> tuple)
Apply to a mapped tuple to get the i'th slot as it appears after mapping : SPO->POS : 0'th slot is S from POS
|
<T> Tuple<T> |
ColumnMap.unmap(Tuple<T> src)
Apply to a mapped tuple to get a tuple with the column mapping reverse-applied
|
Modifier and Type | Method and Description |
---|---|
static <T> Iterator<Tuple<T>> |
Tuple.prefix(int prefixLength,
Iterator<Tuple<T>> iter) |
static <T> Iterator<T> |
Tuple.project(int slot,
Iterator<Tuple<T>> iter) |
Modifier and Type | Method and Description |
---|---|
void |
PipedTuplesStream.tuple(Tuple<Node> tuple) |
void |
PrintingStreamRDF.tuple(Tuple<Node> tuple) |
void |
PipedQuadsStream.tuple(Tuple<Node> tuple) |
void |
PipedTriplesStream.tuple(Tuple<Node> tuple) |
Constructor and Description |
---|
PipedTuplesStream(PipedRDFIterator<Tuple<Node>> sink)
Creates a piped tuples stream connected to the specified piped
RDF iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchedStreamRDF.tuple(Tuple<Node> tuple) |
Modifier and Type | Method and Description |
---|---|
void |
StreamRDFWrapper.tuple(Tuple<Node> tuple) |
void |
StreamRDFBase.tuple(Tuple<Node> tuple) |
void |
StreamRDF.tuple(Tuple<Node> tuple)
Generalized emitted
|
Modifier and Type | Method and Description |
---|---|
void |
WriterStreamRDFBase.tuple(Tuple<Node> tuple) |
void |
WriterStreamRDFTuples.tuple(Tuple<Node> tuple) |
Licenced under the Apache License, Version 2.0