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 createBoolean(isNullable: Boolean): ScalarType

  18. def createBoolean(): ScalarType

  19. def createByte(isNullable: Boolean): ScalarType

  20. def createByte(): ScalarType

  21. def createByteString(isNullable: Boolean): ScalarType

  22. def createByteString(): ScalarType

  23. def createDouble(isNullable: Boolean): ScalarType

  24. def createDouble(): ScalarType

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

  26. def createFloat(isNullable: Boolean): ScalarType

  27. def createFloat(): ScalarType

  28. def createFrame(schema: StructType, rows: Iterable[frame.Row]): frame.DefaultLeapFrame

  29. def createInt(isNullable: Boolean): ScalarType

  30. def createInt(): ScalarType

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

  32. def createList(base: BasicType): ListType

  33. def createLong(isNullable: Boolean): ScalarType

  34. def createLong(): ScalarType

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

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

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

  38. def createShort(isNullable: Boolean): ScalarType

  39. def createShort(): ScalarType

  40. def createString(isNullable: Boolean): ScalarType

  41. def createString(): ScalarType

  42. def createTensor(base: BasicType, dims: List[Integer], isNullable: Boolean): TensorType

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

  44. def createTensor(base: BasicType): TensorType

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  55. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped