Class Graph::CompareNode#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

  • public java::util::Comparator< IDatatype >

Class Documentation#

class CompareNode : public java::util::Comparator<IDatatype>#

Comparator for Node allocation where 1 and 01 have different Node with same Node index This Comparator enables to retrieve an occurrence of a given Literal already existing in graph in such a way that two occurrences of same Literal be represented by same Node It represents (1 integer) and (01 integer) as two different nodes that will be assigned the same node index in order to join in SPARQL.

Public Functions

inline int compare(IDatatype dt1, IDatatype dt2)#