| Package | Description |
|---|---|
| org.apache.druid.query | |
| org.apache.druid.segment | |
| org.apache.druid.segment.join |
| Constructor and Description |
|---|
ReferenceCountingSegmentQueryRunner(QueryRunnerFactory<T,Query<T>> factory,
SegmentReference segment,
SegmentDescriptor descriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceCountingSegment
Segment that is also a ReferenceCountingSegment, allowing query engines that operate directly on
segments to track references so that dropping a Segment can be done safely to ensure there are no in-flight
queries. |
| Modifier and Type | Class and Description |
|---|---|
class |
HashJoinSegment
Represents a deep, left-heavy join of a left-hand side baseSegment onto a series of right-hand side clauses.
|
| Modifier and Type | Method and Description |
|---|---|
static Function<SegmentReference,SegmentReference> |
Joinables.createSegmentMapFn(List<PreJoinableClause> clauses,
JoinableFactory joinableFactory,
AtomicLong cpuTimeAccumulator,
Query<?> query)
Creates a Function that maps base segments to
HashJoinSegment if needed (i.e. |
static Function<SegmentReference,SegmentReference> |
Joinables.createSegmentMapFn(List<PreJoinableClause> clauses,
JoinableFactory joinableFactory,
AtomicLong cpuTimeAccumulator,
Query<?> query)
Creates a Function that maps base segments to
HashJoinSegment if needed (i.e. |
| Constructor and Description |
|---|
HashJoinSegment(SegmentReference baseSegment,
List<JoinableClause> clauses,
JoinFilterPreAnalysis joinFilterPreAnalysis) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.