ml.combust.mleap.runtime

function

package function

Visibility
  1. Public
  2. All

Type Members

  1. case class ArraySelector(fields: String*) extends Selector with Product with Serializable

    Class for a selector that constructs an array from values in a ml.combust.mleap.runtime.Row.

  2. case class FieldSelector(field: String) extends Selector with Product with Serializable

    Class for a selector that extracts the value of a field from a ml.combust.mleap.runtime.Row.

  3. sealed trait Selector extends AnyRef

    Trait for a LeapFrame selector.

  4. case class UserDefinedFunction(f: AnyRef, returnType: DataType, inputs: Seq[DataType]) extends Product with Serializable

Value Members

  1. object Selector

    Companion object for selectors.

  2. object UserDefinedFunction extends Serializable

    Companion object for creating user defined functions.

Ungrouped