spark-instrumented-optimizer/sql/core/src/main
Nong Li 064b029c6a [SPARK-13043][SQL] Implement remaining catalyst types in ColumnarBatch.
This includes: float, boolean, short, decimal and calendar interval.

Decimal is mapped to long or byte array depending on the size and calendar
interval is mapped to a struct of int and long.

The only remaining type is map. The schema mapping is straightforward but
we might want to revisit how we deal with this in the rest of the execution
engine.

Author: Nong Li <nong@databricks.com>

Closes #10961 from nongli/spark-13043.
2016-02-01 13:56:14 -08:00
..
java/org/apache/spark/sql [SPARK-13043][SQL] Implement remaining catalyst types in ColumnarBatch. 2016-02-01 13:56:14 -08:00
resources [SPARK-12902] [SQL] visualization for generated operators 2016-01-25 12:44:20 -08:00
scala/org/apache/spark/sql [SPARK-13049] Add First/last with ignore nulls to functions.scala 2016-01-31 13:56:13 -08:00