Package

org.apache.spark.sql

rf

Permalink

package rf

Module providing support for Spark SQL UDTs.

Since

3/30/17

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

Type Members

  1. implicit class CanBeColumn extends AnyRef

    Permalink
  2. class RasterSourceUDT extends UserDefinedType[RFRasterSource]

    Permalink

    Catalyst representation of a RasterSource.

    Catalyst representation of a RasterSource.

    Annotations
    @SQLUserDefinedType()
    Since

    9/5/18

  3. class TileUDT extends UserDefinedType[Tile]

    Permalink

    UDT for singleband tiles.

    UDT for singleband tiles.

    Annotations
    @SQLUserDefinedType()
    Since

    5/11/17

  4. implicit class WithPPrint[T] extends AnyRef

    Permalink
  5. implicit final class WithTypeConformity extends AnyVal

    Permalink

Value Members

  1. object FilterTranslator

    Permalink

    This is a copy of org.apache.spark.sql.execution.datasources.DataSourceStrategy.translateFilter, modified to add our spatial predicates.

    This is a copy of org.apache.spark.sql.execution.datasources.DataSourceStrategy.translateFilter, modified to add our spatial predicates.

    Since

    1/11/18

  2. object RasterSourceUDT extends Serializable

    Permalink
  3. object TileUDT extends Product with Serializable

    Permalink
  4. object VersionShims

    Permalink

    Collection of Spark version compatibility adapters.

    Collection of Spark version compatibility adapters.

    Since

    2/13/18

  5. def analyzer(sqlContext: SQLContext): Analyzer

    Permalink
  6. def projectStructExpression(dataType: StructType, input: Expression): MultiAlias

    Permalink

    Creates a Catalyst expression for flattening the fields in a struct into columns.

  7. def register(sqlContext: SQLContext): Unit

    Permalink
  8. def registry(sqlContext: SQLContext): FunctionRegistry

    Permalink
  9. def udtOf[T >: Null](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): UserDefinedType[T]

    Permalink

    Lookup the registered Catalyst UDT for the given Scala type.

Inherited from AnyRef

Inherited from Any

Ungrouped