Package

org.locationtech.geomesa.spark.jts

rules

Permalink

package rules

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. rules
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class GeometryLiteral(repr: InternalRow, geom: Geometry) extends LeafExpression with CodegenFallback with Product with Serializable

    Permalink

    Catalyst AST expression used during rule rewriting to extract geometry literal values from Catalyst memory and keep a copy in JVM heap space for subsequent use in rule evaluation.

Value Members

  1. object GeometryLiteralRules

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

    Permalink

    Registration delegation function.

    Registration delegation function. New rule sets should be added here.

Inherited from AnyRef

Inherited from Any

Ungrouped