Class

frameless

TypedDataFrame

Related Doc: package frameless

Permalink

final class TypedDataFrame[Schema <: Product] extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedDataFrame
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class FieldRenamer[NewSchema <: Product] extends AnyRef

    Permalink
  2. class JoinOnPartial[C <: HList, OtherS <: Product] extends SingletonProductArgs

    Permalink
  3. class JoinPartial[OtherS <: Product] extends SingletonProductArgs

    Permalink
  4. class LeftsemiJoinOnPartial[C <: HList, OtherS <: Product] extends SingletonProductArgs

    Permalink
  5. class LeftsemiJoinPartial[OtherS <: Product] extends SingletonProductArgs

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def as[NewSchema <: Product]: FieldRenamer[NewSchema]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cache(): TypedDataFrame[Schema]

    Permalink
  7. def cartesianJoin[OtherS <: Product, Out <: Product, L <: HList, R <: HList, P <: HList, V <: HList](other: TypedDataFrame[OtherS])(implicit l: Aux[Schema, L], r: Aux[OtherS, R], P: shapeless.ops.hlist.Prepend.Aux[L, R, P], v: Aux[P, V], t: XLTupler.Aux[V, Out], g: Fields[Out]): TypedDataFrame[Out]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def coalesce(numPartitions: Int): TypedDataFrame[Schema]

    Permalink
  10. def collect()(implicit t: TypeableRow[Schema]): Seq[Schema]

    Permalink
  11. def columns: Array[String]

    Permalink
  12. def count(): Long

    Permalink
  13. object cube extends SingletonProductArgs

    Permalink
  14. object describe extends SingletonProductArgs

    Permalink
  15. val df: DataFrame

    Permalink
  16. def distinct(): TypedDataFrame[Schema]

    Permalink
  17. object drop extends SingletonProductArgs

    Permalink
  18. object dropDuplicates extends SingletonProductArgs

    Permalink
  19. def dtypes: Array[(String, String)]

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def except[OtherS <: Product, S <: HList](other: TypedDataFrame[OtherS])(implicit l: Aux[Schema, S], r: Aux[OtherS, S]): TypedDataFrame[Schema]

    Permalink
  23. def explain(extended: Boolean = false): Unit

    Permalink
  24. def explode[NewSchema <: Product, Out <: Product, N <: HList, G <: HList, P <: HList](f: (Schema) ⇒ TraversableOnce[NewSchema])(implicit a: scala.reflect.api.JavaUniverse.TypeTag[NewSchema], n: Aux[NewSchema, N], t: TypeableRow.Aux[Schema, G], p: shapeless.ops.hlist.Prepend.Aux[G, N, P], m: XLTupler.Aux[P, Out], g: Fields[Out]): TypedDataFrame[Out]

    Permalink
  25. implicit val fields: Fields[Schema]

    Permalink
  26. def filter(f: (Schema) ⇒ Boolean)(implicit s: SQLContext, t: TypeableRow[Schema]): TypedDataFrame[Schema]

    Permalink
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def flatMap[NewSchema <: Product](f: (Schema) ⇒ TraversableOnce[NewSchema])(implicit s: SQLContext, w: TypeableRow[Schema], c: ClassTag[NewSchema], t: scala.reflect.api.JavaUniverse.TypeTag[NewSchema], b: Fields[NewSchema]): TypedDataFrame[NewSchema]

    Permalink
  29. def foreach(f: (Schema) ⇒ Unit)(implicit t: TypeableRow[Schema]): Unit

    Permalink
  30. def foreachPartition(f: (Iterator[Schema]) ⇒ Unit)(implicit t: TypeableRow[Schema]): Unit

    Permalink
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. object groupBy extends SingletonProductArgs

    Permalink
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. def head()(implicit t: TypeableRow[Schema]): Schema

    Permalink
  35. def innerJoin[OtherS <: Product](other: TypedDataFrame[OtherS]): JoinPartial[OtherS]

    Permalink
  36. def inputFiles: Array[String]

    Permalink
  37. def intersect[OtherS <: Product, S <: HList](other: TypedDataFrame[OtherS])(implicit l: Aux[Schema, S], r: Aux[OtherS, S]): TypedDataFrame[Schema]

    Permalink
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def isLocal: Boolean

    Permalink
  40. def leftOuterJoin[OtherS <: Product](other: TypedDataFrame[OtherS]): JoinPartial[OtherS]

    Permalink
  41. def leftsemiJoin[OtherS <: Product](other: TypedDataFrame[OtherS]): LeftsemiJoinPartial[OtherS]

    Permalink
  42. def limit(n: Int): TypedDataFrame[Schema]

    Permalink
  43. def map[NewSchema <: Product](f: (Schema) ⇒ NewSchema)(implicit s: SQLContext, w: TypeableRow[Schema], c: ClassTag[NewSchema], t: scala.reflect.api.JavaUniverse.TypeTag[NewSchema], b: Fields[NewSchema]): TypedDataFrame[NewSchema]

    Permalink
  44. def mapPartitions[NewSchema <: Product](f: (Iterator[Schema]) ⇒ Iterator[NewSchema])(implicit s: SQLContext, w: TypeableRow[Schema], c: ClassTag[NewSchema], t: scala.reflect.api.JavaUniverse.TypeTag[NewSchema], b: Fields[NewSchema]): TypedDataFrame[NewSchema]

    Permalink
  45. def na: TypedDataFrameNaFunctions[Schema]

    Permalink
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. def outerJoin[OtherS <: Product](other: TypedDataFrame[OtherS]): JoinPartial[OtherS]

    Permalink
  50. def persist(newLevel: StorageLevel = StorageLevel.MEMORY_AND_DISK): TypedDataFrame[Schema]

    Permalink
  51. def printSchema(): Unit

    Permalink
  52. def randomSplit(weights: Array[Double], seed: Long = randomLong): Array[TypedDataFrame[Schema]]

    Permalink
  53. def rdd(implicit t: TypeableRow[Schema], l: ClassTag[Schema]): RDD[Schema]

    Permalink
  54. def reduce(f: (Schema, Schema) ⇒ Schema)(implicit t: TypeableRow[Schema], l: ClassTag[Schema]): Schema

    Permalink
  55. def registerTempTable(tableName: String): Unit

    Permalink
  56. def repartition(numPartitions: Int): TypedDataFrame[Schema]

    Permalink
  57. def rightOuterJoin[OtherS <: Product](other: TypedDataFrame[OtherS]): JoinPartial[OtherS]

    Permalink
  58. object rollup extends SingletonProductArgs

    Permalink
  59. def sample(withReplacement: Boolean, fraction: Double, seed: Long = randomLong): TypedDataFrame[Schema]

    Permalink
  60. def schema: StructType

    Permalink
  61. object select extends SingletonProductArgs

    Permalink
  62. def selectExpr(exprs: String*): DataFrame

    Permalink
  63. def show(numRows: Int = 20, truncate: Boolean = true): Unit

    Permalink
  64. object sort extends SingletonProductArgs

    Permalink
  65. object sortDesc extends SingletonProductArgs

    Permalink
  66. def stat: TypedDataFrameStatFunctions[Schema]

    Permalink
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. def take(n: Int)(implicit t: TypeableRow[Schema]): Seq[Schema]

    Permalink
  69. def toJSON: RDD[String]

    Permalink
  70. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  71. def unionAll[OtherS <: Product, S <: HList](other: TypedDataFrame[OtherS])(implicit l: Aux[Schema, S], r: Aux[OtherS, S]): TypedDataFrame[Schema]

    Permalink
  72. def unpersist(blocking: Boolean = false): TypedDataFrame[Schema]

    Permalink
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def write: DataFrameWriter

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped