| Package | Description |
|---|---|
| org.apache.tajo.storage |
| Modifier and Type | Method and Description |
|---|---|
TupleRange |
TupleRange.clone() |
abstract TupleRange[] |
Tablespace.getInsertSortRanges(OverridableConf queryContext,
TableDesc tableDesc,
Schema inputSchema,
SortSpec[] sortSpecs,
TupleRange dataRange)
It is called by a Repartitioner for range shuffling when the SortRangeType of SortNode is USING_STORAGE_MANAGER.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TupleRange.compareTo(TupleRange o) |
abstract TupleRange[] |
Tablespace.getInsertSortRanges(OverridableConf queryContext,
TableDesc tableDesc,
Schema inputSchema,
SortSpec[] sortSpecs,
TupleRange dataRange)
It is called by a Repartitioner for range shuffling when the SortRangeType of SortNode is USING_STORAGE_MANAGER.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.