Package

com.github.jparkie.spark.cassandra

sql

Permalink

package sql

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class SparkCassDataFrameFunctions extends Serializable

    Permalink

    Extension of Dataset[T] with bulkLoadToCass() function.

Value Members

  1. implicit def sparkCassDataFrameFunctions(dataFrame: Dataset[Row]): SparkCassDataFrameFunctions

    Permalink

    Implicitly lift a Dataset[Row] with SparkCassDataFrameFunctions.

    Implicitly lift a Dataset[Row] with SparkCassDataFrameFunctions.

    dataFrame

    A Dataset[Row] to lift.

    returns

    Enriched Dataset[Row] with SparkCassDataFrameFunctions.

Inherited from AnyRef

Inherited from Any

Ungrouped