|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Tuple.values
array to get it value.
BigTupleList
use user defined comparator, if any.
Dataset
, the returned Dataset
has no state at all (no paths, constraints...etc.)
Dataset
, the returned Dataset
has no state at all (no paths, constraints...etc.)
SeqFileDatasetBuilder
to build a dataset
which is stored as Hadoop sequence file.
TSVDatasetBuilder
to build
a text based dataset.
fullClassName
.
Column.setNewName(String)
column
that is NOT
presented in the given file
The assumption of the file is that, it's single column and one to many
line text file.
TupleCriterion
that only accepts
tuples with the value of the given column
is not null nor empty string.
- notWithinNumber(String, ArrayList<Double>) -
Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
- Create a
TupleCriterion
that only accept tuples with
the value of the specified column
is not
within the provide list
.
- notWithinString(String, ArrayList<String>) -
Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
- Create a
TupleCriterion
that only accept tuples with
the value of the specified column
is not
within the provide list
.
- NULL -
Static variable in class com.ebay.erl.mobius.core.model.Tuple
- An immutable
Tuple
which contains only single Column
NULL with null value.
- NULL_REPLACEMENT -
Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
- To locate the object to be used to represents a null value.
- NULL_REPLACEMENT_TYPE -
Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
- the type of the null replacement object.
- NULL_TYPE -
Static variable in class com.ebay.erl.mobius.core.model.Tuple
- Represents java
null
.
- NULL_WRITABLE_TYPE -
Static variable in class com.ebay.erl.mobius.core.model.Tuple
- represents org.apache.hadoop.io.NullWritable
- nullReplacement -
Variable in class com.ebay.erl.mobius.core.mapred.DefaultMobiusReducer
- the replacement specified by user to replace
the null columns for outer-join job.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |