Package ortus.boxlang.runtime.jdbc.qoq
Class QoQIntersectionGenerator
java.lang.Object
ortus.boxlang.runtime.jdbc.qoq.QoQIntersectionGenerator
I handle the generation of the intersection of tables in a QoQ statement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<int[]> Create all possible intersections of the tables as a stream of int arrays
-
Constructor Details
-
QoQIntersectionGenerator
public QoQIntersectionGenerator()
-
-
Method Details
-
createIntersectionStream
Create all possible intersections of the tables as a stream of int arrays
-