Uses of Package
com.ebay.erl.mobius.core.function.base

Packages that use com.ebay.erl.mobius.core.function.base
com.ebay.erl.mobius.core Contains the main class MobiusJob of the Mobius core API; refer to MobiusJob to see how to create an analysis flow using Mobius. 
com.ebay.erl.mobius.core.function Provides varies of aggregation or grouping functions such as Counts or Max
com.ebay.erl.mobius.core.function.base Provides base classes for implementing different kinds of aggregation functions. 
com.ebay.erl.mobius.core.mapred Provides Mobius-specific Hadoop classes. 
com.ebay.erl.mobius.core.model Provides classes representing tje Mobius data model, such as Tuple or Column
 

Classes in com.ebay.erl.mobius.core.function.base used by com.ebay.erl.mobius.core
Projectable
          Base class for all projection operations.
 

Classes in com.ebay.erl.mobius.core.function.base used by com.ebay.erl.mobius.core.function
AggregateFunction
          An aggregate function is a specific type of group function that takes all records in a group, and outputs only one row.
GroupFunction
          A group function takes all the records in a group first, and then based on the inputs, produces X number of rows as the output, where X can be zero to many.
Projectable
          Base class for all projection operations.
SingleInputAggregateFunction
          A single input aggregate function is a special type of aggregate function.
 

Classes in com.ebay.erl.mobius.core.function.base used by com.ebay.erl.mobius.core.function.base
AggregateFunction
          An aggregate function is a specific type of group function that takes all records in a group, and outputs only one row.
GroupFunction
          A group function takes all the records in a group first, and then based on the inputs, produces X number of rows as the output, where X can be zero to many.
Projectable
          Base class for all projection operations.
 

Classes in com.ebay.erl.mobius.core.function.base used by com.ebay.erl.mobius.core.mapred
ExtendFunction
          An extend function takes one row at a time in a group as its input, and produces one row as the output.
GroupFunction
          A group function takes all the records in a group first, and then based on the inputs, produces X number of rows as the output, where X can be zero to many.
Projectable
          Base class for all projection operations.
 

Classes in com.ebay.erl.mobius.core.function.base used by com.ebay.erl.mobius.core.model
ExtendFunction
          An extend function takes one row at a time in a group as its input, and produces one row as the output.
Projectable
          Base class for all projection operations.