Convert an RDD of triples into a DataFrame of hdt.
Convert an RDD of triples into a DataFrame of hdt.
a DataFrame of hdt triples.
net.sansa_stack.rdf.spark.model.hdt.TripleOps.hdtToDF
This is key function of TripleOps that read RDF file and create Dictionaries and Index Table and register them as Spark In memory Table
This is key function of TripleOps that read RDF file and create Dictionaries and Index Table and register them as Spark In memory Table
Returns the Tuple4 [IndexDataFrame,SubjectDictDataFrame,ObjectDictDataFrame,PredicateDictDataFrame]
Adds all methods to RDD that allows to use HDT TripleOps functions.