Module org.apache.jena.arq
Package org.apache.jena.sparql.engine.join
package org.apache.jena.sparql.engine.join
-
ClassDescriptionHash join algorithm This code materializes one input into the probe table then hash joins the other input from the stream side.Methods for converting collections to and from a bit set representation w.r.t. a list of reference items.An immutable list without duplicates.The builder can emit a key every time build() is called and it can be continued to be used.API to various join algorithmsJoinKey for hash joinsThe builder can emit a key every time build() is called and it can be continued to be used.Hash left join.Hash left join.Hash left join.Nested Loop Join (materializing on the left, streaming on the right) A simple, dependable join.Nested Loop left Join (materializing on the right, streaming on the left) A simple, dependable join.