Packages

package unsafe

Type Members

  1. abstract class KVIterator[K, V] extends AnyRef
  2. final class Platform extends AnyRef
  3. class UTF8StringBuilder extends AnyRef

    A helper class to write UTF8Strings to an internal buffer and build the concatenated UTF8String at the end.

  4. 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.

Ungrouped