class LeapFrameBuilder extends AnyRef
Created by hollinwilkins on 4/21/17.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeapFrameBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LeapFrameBuilder()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def createBasicBoolean(): BasicType
- def createBasicByte(): BasicType
- def createBasicByteString(): BasicType
- def createBasicDouble(): BasicType
- def createBasicFloat(): BasicType
- def createBasicInt(): BasicType
- def createBasicLong(): BasicType
- def createBasicShort(): BasicType
- def createBasicString(): BasicType
- def createBoolean(isNullable: Boolean): ScalarType
- def createBoolean(): ScalarType
- def createByte(isNullable: Boolean): ScalarType
- def createByte(): ScalarType
- def createByteString(isNullable: Boolean): ScalarType
- def createByteString(): ScalarType
- def createDouble(isNullable: Boolean): ScalarType
- def createDouble(): ScalarType
- def createField(name: String, dt: DataType): StructField
- def createFloat(isNullable: Boolean): ScalarType
- def createFloat(): ScalarType
- def createFrame(schema: StructType, rows: Iterable[frame.Row]): frame.DefaultLeapFrame
- def createInt(isNullable: Boolean): ScalarType
- def createInt(): ScalarType
- def createList(base: BasicType, isNullable: Boolean): ListType
- def createList(base: BasicType): ListType
- def createLong(isNullable: Boolean): ScalarType
- def createLong(): ScalarType
- def createRow(value: Any, values: <repeated...>[AnyRef]): frame.Row
- def createRowFromIterable(values: Iterable[AnyRef]): frame.Row
- def createSchema(json: String): StructType
- def createSchema(fields: Iterable[StructField]): StructType
- def createShort(isNullable: Boolean): ScalarType
- def createShort(): ScalarType
- def createString(isNullable: Boolean): ScalarType
- def createString(): ScalarType
- def createTensor(base: BasicType, dims: List[Integer], isNullable: Boolean): TensorType
- def createTensor(base: BasicType, isNullable: Boolean): TensorType
- def createTensor(base: BasicType): TensorType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()