package unsafe
Type Members
- abstract class KVIterator[K, V] extends AnyRef
- final class Platform extends AnyRef
-
class
UTF8StringBuilder extends AnyRef
A helper class to write
UTF8String
s to an internal buffer and build the concatenatedUTF8String
at the end. -
class
UnsafeAlignedOffset extends AnyRef
Class to make changes to record length offsets uniform through out various areas of Apache Spark core and unsafe.
Class to make changes to record length offsets uniform through out various areas of Apache Spark core and unsafe. The SPARC platform requires this because using a 4 byte Int for record lengths causes the entire record of 8 byte Items to become misaligned by 4 bytes. Using a 8 byte long for record length keeps things 8 byte aligned.