org.apache.spark

sql

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class H2OFrameRelation[T <: Frame](h2oFrame: T, copyMetadata: Boolean)(sqlContext: SQLContext) extends BaseRelation with TableScan with PrunedScan with Product with Serializable

    H2O relation implementing column filter operation.

  2. type Strategy = GenericStrategy[SparkPlan]

    Annotations
    @DeveloperApi()
  3. type SchemaRDD = DataFrame

    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.0) use DataFrame

Value Members

  1. object H2OSQLContextUtils

    A bridge to access SQLContext private methods.

Inherited from AnyRef

Inherited from Any

Ungrouped