Packages

class SerializableFunction extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializableFunction
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SerializableFunction(f: Function)

Value Members

  1. var fvar: Function
  2. def getInputTypes(feedDict: Map[String, String]): List[StructField]
  3. def getInputVar(name: String): Variable
  4. def getOutputSchema(fetchDict: Map[String, String]): List[StructField]
  5. def getOutputVar(name: String): Variable