ml.combust.mleap.runtime

function

package function

Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. sealed trait Selector extends AnyRef

    Trait for a LeapFrame selector.

  3. case class StructSelector(fields: Seq[String]) extends Selector with Product with Serializable

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

  4. case class UserDefinedFunction(f: AnyRef, output: TypeSpec, inputs: Seq[TypeSpec]) 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