Package com.ebay.erl.mobius.core.model

Provides classes representing tje Mobius data model, such as Tuple or Column.

See:
          Description

Class Summary
Column Represents a single column of a Dataset.
ComputedColumns In a dataset building stage, this base class dynamically computes new columns for each row in the selected dataset.
KeyTuple Same as Tuple, only the ordering is the same as the insertion ordering.
ReadFieldImpl Used by the Mobius engine to de-serialize Tuple from binary.
ResultWrapper<R>  
Tuple Represents a record(row) in a dataset.
Tuple.TupleColumnName Represents the name of a tuple column.
TupleColumnComparator Comparator for comparing values from two columns (object1 and object2 in the compare method).
TupleTypeHandler<RETURN> Base class for handling all supported types from Tuple.
WriteImpl Used by the Mobius engine to serialize Tuple into binary.
 

Package com.ebay.erl.mobius.core.model Description

Provides classes representing tje Mobius data model, such as Tuple or Column.