Class JoinQuery

    • Constructor Detail

      • JoinQuery

        public JoinQuery​(MultiColumnQuery left,
                         MultiColumnQuery right,
                         JoinType joinType,
                         JoinConditionImpl joinCondition,
                         NamespaceMappings nsMappings,
                         HierarchyManager hmgr)
        Creates a new join query.
        Parameters:
        left - the left side of the query.
        right - the right side of the query.
        joinType - the join type.
        joinCondition - the join condition.
        nsMappings - namespace mappings of this index
        hmgr - the hierarchy manager of the workspace.