spark-instrumented-optimizer/sql/catalyst/src/main
Davies Liu e6c77874b9 [SPARK-12585] [SQL] move numFields to constructor of UnsafeRow
Right now, numFields will be passed in by pointTo(), then bitSetWidthInBytes is calculated, making pointTo() a little bit heavy.

It should be part of constructor of UnsafeRow.

Author: Davies Liu <davies@databricks.com>

Closes #10528 from davies/numFields.
2015-12-30 22:16:37 -08:00
..
java/org/apache/spark/sql [SPARK-12585] [SQL] move numFields to constructor of UnsafeRow 2015-12-30 22:16:37 -08:00
scala/org/apache/spark/sql [SPARK-12585] [SQL] move numFields to constructor of UnsafeRow 2015-12-30 22:16:37 -08:00