package rules
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- rules
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
GeometryLiteral(repr: InternalRow, geom: Geometry) extends LeafExpression with CodegenFallback with Product with Serializable
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
-
def
registerOptimizations(sqlContext: SQLContext): Unit
Registration delegation function.
Registration delegation function. New rule sets should be added here.
- object GeometryLiteralRules