Uses of Interface
org.apache.jena.sparql.exec.RowSet
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of RowSet in org.apache.jena.query
Modifier and TypeMethodDescriptionstatic ResultSet
static ResultSetRewindable
ResultSetFactory.makeRewindable
(RowSet rowSet) Turn a row set into a rewindable ResultSet. -
Uses of RowSet in org.apache.jena.riot.protobuf
Modifier and TypeMethodDescriptionstatic RowSet
ProtobufRDF.readRowSet
(InputStream input) Return a streamingRowSet
read from an input stream (with delimiters per row)Modifier and TypeMethodDescriptionstatic void
ProtobufRDF.writeRowSet
(OutputStream out, RowSet rowSet) Write aRowSet
to an output stream (with delimiters per row)static void
ProtobufRDF.writeRowSet
(OutputStream out, RowSet rowSet, boolean withValues) Write aRowSet
to an output stream (with delimiters per row) -
Uses of RowSet in org.apache.jena.riot.rowset
Modifier and TypeClassDescriptionclass
Perform an action on a row set when iteration finishes orclose()
is called.class
Modifier and TypeMethodDescriptionRowSetWrapper.get()
QueryResults.Builder.read
(InputStream input) Short form equivalent to.build().read(InputStreams)
Short form equivalent to.build().read(url)
QueryResults.read
(InputStream input) Read a row set from anInputStream
.Read a row set from a URL or filename.default RowSet
RowSetReader.read
(InputStream in, Context context) Read from anInputStream
and produce aRowSet
.default RowSet
UsingRowSetReader.read(InputStream, Context)
is preferred.Modifier and TypeMethodDescriptionvoid
RowSetWriter.write
(OutputStream out, RowSet rowSet, Context context) Write the ResultSet to the OutputStreamvoid
UsingRowSetWriter.write(OutputStream, RowSet, Context)
is preferred.ModifierConstructorDescriptionRowSetOnClose
(RowSet rs, Runnable onClose) RowSetWrapper
(RowSet other) -
Uses of RowSet in org.apache.jena.riot.rowset.rw
Modifier and TypeMethodDescriptionRowSetReaderCSV.read
(InputStream in, Context context) RowSetReaderNone.read
(InputStream in, Context context) RowSetReaderProtobuf.read
(InputStream in, Context context) RowSetReaderThrift.read
(InputStream in, Context context) RowSetReaderTSV.read
(InputStream in, Context context) static RowSet
RowSetReaderTSV.resultSetFromTSV
(InputStream in) Reads SPARQL Results from TSV format into aRowSet
instanceModifier and TypeMethodDescriptionstatic void
RowSetWriterText.output
(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd) static void
RowSetWriterText.output
(org.apache.jena.atlas.io.AWriter out, RowSet resultSet, String colStart, String colSep, String colEnd, Context cxt) static void
void
RowSetWriterCSV.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterJSON.write
(OutputStream outStream, RowSet rowSet, Context context) void
void
RowSetWriterNone.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterProtobuf.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterText.write
(OutputStream out, RowSet resultSet, Context context) void
void
RowSetWriterThrift.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterTSV.write
(OutputStream out, RowSet rowSet, Context context) void
void
RowSetWriterXML.write
(OutputStream outStream, RowSet rs, Context context) void
-
Uses of RowSet in org.apache.jena.riot.rowset.rw.rs_json
Modifier and TypeClassDescriptionclass
RowSetBuffered<T extends RowSet>
A buffering RowSet wrapper for stream-backed RowSets whoseRowSetBuffered.getResultVars()
returns null as long as the header has not been seen on the stream.Modifier and TypeClassDescriptionclass
RowSetBuffered<T extends RowSet>
A buffering RowSet wrapper for stream-backed RowSets whoseRowSetBuffered.getResultVars()
returns null as long as the header has not been seen on the stream.class
Streaming RowSet implementation for application/sparql-results+json TheRowSetJSONStreaming.getResultVars()
will return null as long as the header has not been consumed from the underlying stream. -
Uses of RowSet in org.apache.jena.riot.thrift
Modifier and TypeMethodDescriptionstatic RowSet
ThriftRDF.readRowSet
(InputStream in) static RowSet
ThriftRDF.readRowSet
(org.apache.thrift.protocol.TProtocol protocol) Modifier and TypeMethodDescriptionstatic void
ThriftRDF.writeRowSet
(OutputStream out, RowSet rowSet) static void
ThriftRDF.writeRowSet
(OutputStream out, RowSet rowSet, boolean withValues) static void
ThriftRDF.writeRowSet
(org.apache.thrift.protocol.TProtocol protocol, RowSet rowSet) static void
ThriftRDF.writeRowSet
(org.apache.thrift.protocol.TProtocol protocol, RowSet rowSet, boolean encodeValues) -
Uses of RowSet in org.apache.jena.sparql.algebra
-
Uses of RowSet in org.apache.jena.sparql.algebra.table
-
Uses of RowSet in org.apache.jena.sparql.exec
Modifier and TypeClassDescriptionclass
class
A row set held in-memory which is rewindable and peekableclass
Modifier and TypeMethodDescriptionstatic RowSet
static RowSet
RowSet.create
(QueryIterator qIter, List<Var> vars) Turn aQueryIterator
into a RowSet.static RowSet
ResultSetAdapter.get()
default RowSet
RowSet.materialize()
Return aRowSet
that is not connected to the original source.static RowSet
RowSetFactory.read
(InputStream in, Lang lang) QueryExecResult.rowSet()
QueryExec.select()
Execute a SELECT queryQueryExecAdapter.select()
QueryExecApp.select()
default RowSet
QueryExecBuilder.select()
Build and execute as a SELECT query.QueryExecDataset.select()
Modifier and TypeMethodDescriptionstatic void
This operation faithfully walks the rowSet but does nothing with the rows.static long
Count the rows in the RowSet (from the current point of RowSet).static RowSetRewindable
static void
RowSetOps.out
(OutputStream out, RowSet rowSet) Output a result set in a text format.static void
RowSetOps.out
(OutputStream out, RowSet resultSet, PrefixMap pmap) Output a result set in a text format.static void
RowSetOps.out
(OutputStream out, RowSet rowSet, Prologue prologue) Output a result set in a text format.static void
Output a result set in a text format.ModifierConstructorDescriptionQueryExecResult
(RowSet rowSet) ResultSetAdapter
(RowSet rowSet) ResultSetAdapter
(RowSet rowSet, org.apache.jena.rdf.model.Model m) -
Uses of RowSet in org.apache.jena.sparql.exec.http
-
Uses of RowSet in org.apache.jena.sparql.resultset
Modifier and TypeMethodDescriptionResultsReader.Builder.readRowSet
(InputStream input) Short form equivalent to.build().read(InputStreams)
ResultsReader.Builder.readRowSet
(String url) Short form equivalent to.build().read(url)
ResultsReader.readRowSet
(InputStream input) Read a result set from anInputStream
.ResultsReader.readRowSet
(String urlOrFilename) Read a result set from a URL or filename.Modifier and TypeMethodDescriptionstatic boolean
ResultSetCompare.equalsByTerm
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsByTermAndOrder
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsByValue
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsByValueAndOrder
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.equalsExact
(RowSet rs1, RowSet rs2) static boolean
ResultSetCompare.isomorphic
(RowSet rs1, RowSet rs2) void
ResultsWriter.Builder.write
(OutputStream output, RowSet rowSet) Short form equivalent tobuild().write(OutputStream, RowSet)
void
Short form equivalent tobuild().write(url, RowSet)
void
ResultsWriter.write
(OutputStream output, RowSet rowSet) Write a result set, using the configuration of theResultWriter
, to anOutputStream
.void
Write a result set, using the configuration of theResultsWriter
, to a file -
Uses of RowSet in org.apache.jena.sparql.sse
-
Uses of RowSet in org.apache.jena.sparql.sse.builders