org.locationtech.rasterframes.encoders
Typeclass for converting to/from JVM object to catalyst encoding. The reason this exists is that instantiating and binding ExpressionEncoder[T] is *very* expensive, and not suitable for operations internal to an Expression.
ExpressionEncoder[T]
Expression
10/19/18
Typeclass for converting to/from JVM object to catalyst encoding. The reason this exists is that instantiating and binding
ExpressionEncoder[T]
is *very* expensive, and not suitable for operations internal to anExpression
.10/19/18