Description
As we know, UnsafeRow stores each field with 8 bytes or Long.
UnsafeRow supports read and store CalendarInterval.
After my investigation, getLong/putLong of Platform have better performance than call getInt/putInt of Platform twice.
As we know, UnsafeRow stores each field with 8 bytes or Long.
UnsafeRow supports read and store CalendarInterval.
After my investigation, getLong/putLong of Platform have better performance than call getInt/putInt of Platform twice.