@Internal public class NullMaskUtils extends Object
| Constructor and Description |
|---|
NullMaskUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
readIntoAndCopyNullMask(int len,
DataInputView source,
DataOutputView target,
boolean[] nullMask) |
static void |
readIntoNullMask(int len,
DataInputView source,
boolean[] nullMask) |
static void |
writeNullMask(int len,
Row value,
DataOutputView target) |
public static void writeNullMask(int len,
Row value,
DataOutputView target)
throws IOException
IOExceptionpublic static void readIntoNullMask(int len,
DataInputView source,
boolean[] nullMask)
throws IOException
IOExceptionpublic static void readIntoAndCopyNullMask(int len,
DataInputView source,
DataOutputView target,
boolean[] nullMask)
throws IOException
IOExceptionCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.