Uses of Class
org.apache.druid.segment.join.JoinableClause
-
Packages that use JoinableClause Package Description org.apache.druid.segment.join org.apache.druid.segment.join.filter org.apache.druid.segment.join.filter.rewrite -
-
Uses of JoinableClause in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return types with arguments of type JoinableClause Modifier and Type Method Description static Pair<List<Filter>,List<JoinableClause>>JoinableFactoryWrapper. convertJoinsToFilters(List<JoinableClause> clauses, Set<String> requiredColumns, int maxNumFilterValues)Converts any join clauses to filters that can be converted, and returns the rest as-is.Methods in org.apache.druid.segment.join with parameters of type JoinableClause Modifier and Type Method Description static CursorHashJoinEngine. makeJoinCursor(Cursor leftCursor, JoinableClause joinableClause, boolean descending, Closer closer)Creates a cursor that represents the join of {@param leftCursor} with {@param joinableClause}.Method parameters in org.apache.druid.segment.join with type arguments of type JoinableClause Modifier and Type Method Description static Pair<List<Filter>,List<JoinableClause>>JoinableFactoryWrapper. convertJoinsToFilters(List<JoinableClause> clauses, Set<String> requiredColumns, int maxNumFilterValues)Converts any join clauses to filters that can be converted, and returns the rest as-is.Constructor parameters in org.apache.druid.segment.join with type arguments of type JoinableClause Constructor Description HashJoinSegment(SegmentReference baseSegment, Filter baseFilter, List<JoinableClause> clauses, JoinFilterPreAnalysis joinFilterPreAnalysis) -
Uses of JoinableClause in org.apache.druid.segment.join.filter
Methods in org.apache.druid.segment.join.filter that return JoinableClause Modifier and Type Method Description JoinableClauseJoinableClauses. getColumnFromJoinIfExists(String column)Methods in org.apache.druid.segment.join.filter that return types with arguments of type JoinableClause Modifier and Type Method Description List<JoinableClause>JoinableClauses. getJoinableClauses()List<JoinableClause>JoinFilterPreAnalysisKey. getJoinableClauses()Method parameters in org.apache.druid.segment.join.filter with type arguments of type JoinableClause Modifier and Type Method Description static JoinableClausesJoinableClauses. fromList(List<JoinableClause> clauses)Wraps the provided list of pre-builtJoinableClause.Constructor parameters in org.apache.druid.segment.join.filter with type arguments of type JoinableClause Constructor Description JoinFilterPreAnalysisKey(JoinFilterRewriteConfig config, List<JoinableClause> clauses, VirtualColumns virtualColumns, Filter filter) -
Uses of JoinableClause in org.apache.druid.segment.join.filter.rewrite
Methods in org.apache.druid.segment.join.filter.rewrite that return JoinableClause Modifier and Type Method Description JoinableClauseRhsRewriteCandidate. getJoinableClause()Constructors in org.apache.druid.segment.join.filter.rewrite with parameters of type JoinableClause Constructor Description RhsRewriteCandidate(JoinableClause joinableClause, String rhsColumn, String valueForRewrite, boolean isDirectRewrite)
-