ml.combust.mleap.runtime.javadsl

LeapFrameBuilder

class LeapFrameBuilder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LeapFrameBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeapFrameBuilder()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createBool(isNullable: Boolean): BooleanType

  9. def createBool(): BooleanType

  10. def createByte(isNullable: Boolean): ByteType

  11. def createByte(): ByteType

  12. def createByteString(isNullable: Boolean): ByteStringType

  13. def createByteString(): ByteStringType

  14. def createDataset(rows: Iterable[Row]): LocalDataset

  15. def createDouble(isNullable: Boolean): DoubleType

  16. def createDouble(): DoubleType

  17. def createField(name: String, dt: DataType): StructField

  18. def createFloat(isNullable: Boolean): FloatType

  19. def createFloat(): FloatType

  20. def createFrame(schema: StructType, dataset: LocalDataset): DefaultLeapFrame

  21. def createInt(isNullable: Boolean): IntegerType

  22. def createInt(): IntegerType

  23. def createList(base: DataType, isNullable: Boolean): ListType

  24. def createList(base: DataType): ListType

  25. def createLong(isNullable: Boolean): LongType

  26. def createLong(): LongType

  27. def createRow(value: Any, values: <repeated...>[AnyRef]): Row

  28. def createRowFromIterable(values: Iterable[AnyRef]): Row

  29. def createSchema(fields: Iterable[StructField]): StructType

  30. def createShort(isNullable: Boolean): ShortType

  31. def createShort(): ShortType

  32. def createString(isNullable: Boolean): StringType

  33. def createString(): StringType

  34. def createTensor(base: BasicType, isNullable: Boolean): TensorType

  35. def createTensor(base: BasicType): TensorType

  36. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped