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 createBasicBoolean(): BasicType

  9. def createBasicByte(): BasicType

  10. def createBasicByteString(): BasicType

  11. def createBasicDouble(): BasicType

  12. def createBasicFloat(): BasicType

  13. def createBasicInt(): BasicType

  14. def createBasicLong(): BasicType

  15. def createBasicShort(): BasicType

  16. def createBasicString(): BasicType

  17. def createBool(isNullable: Boolean): ScalarType

  18. def createBool(): ScalarType

  19. def createBoolean(isNullable: Boolean): ScalarType

  20. def createBoolean(): ScalarType

  21. def createByte(isNullable: Boolean): ScalarType

  22. def createByte(): ScalarType

  23. def createByteString(isNullable: Boolean): ScalarType

  24. def createByteString(): ScalarType

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

  26. def createDouble(isNullable: Boolean): ScalarType

  27. def createDouble(): ScalarType

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

  29. def createFloat(isNullable: Boolean): ScalarType

  30. def createFloat(): ScalarType

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

  32. def createInt(isNullable: Boolean): ScalarType

  33. def createInt(): ScalarType

  34. def createList(base: BasicType, isNullable: Boolean): ListType

  35. def createList(base: BasicType): ListType

  36. def createLong(isNullable: Boolean): ScalarType

  37. def createLong(): ScalarType

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

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

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

  41. def createShort(isNullable: Boolean): ScalarType

  42. def createShort(): ScalarType

  43. def createString(isNullable: Boolean): ScalarType

  44. def createString(): ScalarType

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

  46. def createTensor(base: BasicType): TensorType

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped