Skip to content
Snippets Groups Projects
Commit e6c77874 authored by Davies Liu's avatar Davies Liu Committed by Davies Liu
Browse files

[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.
parent 93b52abc
No related branches found
No related tags found
No related merge requests found
Showing
with 86 additions and 137 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment