Modifier and Type | Field and Description |
---|---|
(package private) static Tuple |
Plan.cache
the cache that holds all local data in memory
|
(package private) static Tuple |
Plan.cache
the cache that holds all local data in memory
|
Modifier and Type | Method and Description |
---|---|
abstract Tuple |
Evaluator.loop(Tree e,
Environment env)
Evaluate a loop a fixed number of times
|
abstract Tuple |
Evaluator.loop(Tree e,
Environment env)
Evaluate a loop a fixed number of times
|
static Tuple |
Tuple.read(DataInput in) |
static Tuple |
Tuple.read(DataInput in) |
static Tuple |
Tuple.read2(DataInput in) |
static Tuple |
Tuple.read2(DataInput in) |
static Tuple |
Tuple.read3(DataInput in) |
static Tuple |
Tuple.read3(DataInput in) |
Tuple |
Tuple.set(int i,
MRData data)
replace the i'th element of a tuple with new data
|
Tuple |
Tuple.set(int i,
MRData data)
replace the i'th element of a tuple with new data
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.