public abstract class AbstractJoinPlan extends ReduceRecordsPlan
Plan
class corresponding to the join relational
algebra operator.Constructor and Description |
---|
AbstractJoinPlan() |
Modifier and Type | Method and Description |
---|---|
static Histogram |
joinHistogram(Histogram hist1,
Histogram hist2,
String fldName1,
String fldName2)
Returns a histogram that, for each field, approximates the value
distribution of the join of the specified histograms.
|
syncHistogram
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
blocksAccessed, histogram, open, recordsOutput, schema
public static Histogram joinHistogram(Histogram hist1, Histogram hist2, String fldName1, String fldName2)
Assumes that:
hist1
- the left-hand histogramhist2
- the right-hand histogramfldName1
- the left-hand join fieldfldName2
- the right-hand join fieldCopyright © 2022 VanillaDB Organization. All rights reserved.