Class Binding2Thrift

java.lang.Object
org.apache.jena.riot.thrift.Binding2Thrift
All Implemented Interfaces:
AutoCloseable

public class Binding2Thrift extends Object implements AutoCloseable
Converted from Bindings to SPARQL result set encoded in Thrift
  • Constructor Details

    • Binding2Thrift

      public Binding2Thrift(OutputStream out, Collection<Var> vars, boolean encodeValues)
    • Binding2Thrift

      public Binding2Thrift(org.apache.thrift.protocol.TProtocol out, Collection<Var> vars, boolean encodeValues)
  • Method Details