Package

com.truecar.mleap.runtime

types

Permalink

package types

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DataType extends Serializable

    Permalink
  2. case class StructField(name: String, dataType: DataType) extends Serializable with Product

    Permalink

    Created by hwilkins on 10/23/15.

  3. case class StructType extends Serializable with Product

    Permalink

Value Members

  1. object DataType extends Serializable

    Permalink

    Created by hwilkins on 10/23/15.

  2. object DoubleType extends DataType

    Permalink
  3. object StringArrayType extends DataType

    Permalink
  4. object StringType extends DataType

    Permalink
  5. object StructType extends Serializable

    Permalink

    Structured container (schema) for fields.

    Structured container (schema) for fields. Operations include select, withField, and dropField.

  6. object VectorType extends DataType

    Permalink

Ungrouped