Package

org.apache.spark.sql

catalyst

Permalink

package catalyst

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

Type Members

  1. type CatalystConf = SQLConf

    Permalink
  2. class SQLBuilder extends Logging

    Permalink

    A builder class used to convert a resolved logical plan into a SQL query string.

    A builder class used to convert a resolved logical plan into a SQL query string. Note that not all resolved logical plan are convertible. They either don't have corresponding SQL representations (e.g. logical plans that operate on local Scala collections), or are simply not supported by this builder (yet).

Inherited from AnyRef

Inherited from Any

Ungrouped