Package

astraea.spark.rasterframes

expressions

Permalink

package expressions

Module of Catalyst expressions for efficiently working with tiles.

Since

10/10/17

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

Type Members

  1. case class Box2DExpression(child: Expression) extends UnaryExpression with CodegenFallback with GeomDeserializerSupport with Product with Serializable

    Permalink

    Extracts the bounding box (envelope) of arbitrary JTS Geometry.

    Extracts the bounding box (envelope) of arbitrary JTS Geometry.

    Since

    2/22/18

  2. case class CellTypeExpression(child: Expression) extends UnaryExpression with RequiresTile with Product with Serializable

    Permalink

    Extract a Tile's cell type

    Extract a Tile's cell type

    Since

    12/21/17

  3. case class DimensionsExpression(child: Expression) extends UnaryExpression with RequiresTile with Product with Serializable

    Permalink

    Extract a Tile's dimensions

    Extract a Tile's dimensions

    Since

    12/21/17

  4. trait GeomDeserializerSupport extends AnyRef

    Permalink

    Support for deserializing JTS geometry inside expressions.

    Support for deserializing JTS geometry inside expressions.

    Since

    2/22/18

  5. trait RequiresTile extends AnyRef

    Permalink

    Mixin for indicating an expression requires a Tile for input.

    Mixin for indicating an expression requires a Tile for input.

    Since

    12/28/17

  6. abstract class SpatialExpression extends BinaryExpression with CodegenFallback with GeomDeserializerSupport

    Permalink

    Determine if two spatial constructs intersect each other.

    Determine if two spatial constructs intersect each other.

    Since

    12/28/17

Value Members

  1. object SpatialExpression

    Permalink
  2. def register(sqlContext: SQLContext): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped