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 Row extends Serializable

    Represents one row of output from a relational operator.

  3. class RowFactory extends AnyRef

Value Members

  1. object Row extends Serializable

  2. package catalyst

    Catalyst is a library for manipulating relational query plans.

  3. package execution

  4. package types

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

row

Ungrouped