| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.join |
| Modifier and Type | Method and Description |
|---|---|
RowKeyJoin.RowKeyJoinState |
RowKeyJoinBatch.getRowKeyJoinState() |
RowKeyJoin.RowKeyJoinState |
RowKeyJoin.getRowKeyJoinState()
Get the current RowKeyJoinState.
|
RowKeyJoin.RowKeyJoinState |
HashJoinBatch.getRowKeyJoinState() |
static RowKeyJoin.RowKeyJoinState |
RowKeyJoin.RowKeyJoinState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowKeyJoin.RowKeyJoinState[] |
RowKeyJoin.RowKeyJoinState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowKeyJoinBatch.setRowKeyJoinState(RowKeyJoin.RowKeyJoinState newState) |
void |
RowKeyJoin.setRowKeyJoinState(RowKeyJoin.RowKeyJoinState newState)
Set the RowKeyJoinState (this is useful for maintaining state for row key join algorithm)
|
void |
HashJoinBatch.setRowKeyJoinState(RowKeyJoin.RowKeyJoinState newState) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.