Package

astraea.spark.rasterframes.experimental

datasource

Permalink

package datasource

Module utilitities

Since

9/3/18

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

Type Members

  1. case class DownloadExpression(child: Expression, colPrefix: String) extends UnaryExpression with Generator with CodegenFallback with GeoTiffInfoSupport with DownloadSupport with LazyLogging with Product with Serializable

    Permalink

    Downloads data from URL and stores it in a column.

    Downloads data from URL and stores it in a column.

    Since

    5/4/18

  2. trait DownloadSupport extends AnyRef

    Permalink

    Common support for downloading data.

    Common support for downloading data. This is probably in the "insanely inefficient" category. Currently just a proof of concept.

    Since

    5/5/18

  3. case class ReadTilesExpression(children: Seq[Expression]) extends Expression with Generator with CodegenFallback with DownloadSupport with LazyLogging with Product with Serializable

    Permalink

    Catalyst generator to convert a geotiff download URL into a series of rows containing the internal tiles and associated extents.

    Catalyst generator to convert a geotiff download URL into a series of rows containing the internal tiles and associated extents.

    Since

    5/4/18

Value Members

  1. object DownloadExpression extends Serializable

    Permalink
  2. object ReadTilesExpression extends Serializable

    Permalink
  3. package awspds

    Permalink

    Module support.

    Module support.

    Since

    5/4/18

  4. def download(urlColumn: Column): TypedColumn[Any, Array[Byte]]

    Permalink

    Downloads the referenced URL into an uninterpreted binary data array.

  5. package geojson

    Permalink
  6. def read_tiles(urls: Column*): Column

    Permalink

    Downloads the contents at each of the referenced URLs, interpreting them as equally sized and

  7. def register(sqlContext: SQLContext): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped