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