org.apache.spark

sql

package sql

Visibility
  1. Public
  2. All

Type Members

  1. class AnalysisException extends Exception with Serializable

    :: DeveloperApi :: Thrown when a query fails to analyze, usually because the query itself is invalid.

  2. trait Encoder[T] extends Serializable

    :: Experimental :: Used to convert a JVM object of type T to and from the internal Spark SQL representation.

  3. trait Row extends Serializable

    Represents one row of output from a relational operator.

  4. class RowFactory extends AnyRef

Value Members

  1. object Encoders

    :: Experimental :: Methods for creating an Encoder.

  2. object Row extends Serializable

  3. package catalyst

    Catalyst is a library for manipulating relational query plans.

  4. package execution

  5. package types

    Contains a type system for attributes produced by relations, including complex types like structs, arrays and maps.

row

Ungrouped