Class HexTable

java.lang.Object
org.apache.jena.sparql.core.mem.HexTable
All Implemented Interfaces:
QuadTable, TransactionalComponent, TupleTable<Quad>

public class HexTable extends Object implements QuadTable
A six-way QuadTable using all of the available forms in QuadTableForm. This class binds together all of the enumerated values in enum QuadTableForm, each of which implements QuadTable, into one implementation of QuadTable that selects the most useful index form(s) for any given operation.
  • Constructor Details

    • HexTable

      public HexTable()
  • Method Details