| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.common | |
| org.apache.drill.exec.physical.impl.join |
| Modifier and Type | Method and Description |
|---|---|
static Comparator |
Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparator[] |
Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comparator> |
HashTableConfig.getComparators() |
| Constructor and Description |
|---|
HashTableConfig(int initialCapacity,
boolean initialSizeIsFinal,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators) |
HashTableConfig(int initialCapacity,
boolean initialSizeIsFinal,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators,
int joinControl) |
HashTableConfig(int initialCapacity,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators) |
HashTableConfig(int initialCapacity,
float loadFactor,
List<NamedExpression> keyExprsBuild,
List<NamedExpression> keyExprsProbe,
List<Comparator> comparators,
int joinControl) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator |
JoinUtils.checkAndReturnSupportedJoinComparator(JoinCondition condition) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.