public class LongColumnVector extends ColumnVector
ColumnVector.Type
Modifier and Type | Field and Description |
---|---|
static long |
NULL_VALUE |
long[] |
vector |
isNull, isRepeating, noNulls
Constructor and Description |
---|
LongColumnVector()
Use this constructor by default.
|
LongColumnVector(int len)
Don't use this except for testing purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
copySelected(boolean selectedInUse,
int[] sel,
int size,
DoubleColumnVector output) |
void |
copySelected(boolean selectedInUse,
int[] sel,
int size,
LongColumnVector output) |
void |
fill(long value) |
void |
flatten(boolean selectedInUse,
int[] sel,
int size) |
org.apache.hadoop.io.Writable |
getWritableObject(int index) |
void |
setElement(int outElementNum,
int inputElementNum,
ColumnVector inputVector)
Set the element in this column vector from the given input vector.
|
flattenNoNulls, flattenPush, flattenRepeatingNulls, init, reset, unFlatten
public long[] vector
public static final long NULL_VALUE
public LongColumnVector()
public LongColumnVector(int len)
len
- public org.apache.hadoop.io.Writable getWritableObject(int index)
getWritableObject
in class ColumnVector
public void copySelected(boolean selectedInUse, int[] sel, int size, LongColumnVector output)
public void copySelected(boolean selectedInUse, int[] sel, int size, DoubleColumnVector output)
public void fill(long value)
public void flatten(boolean selectedInUse, int[] sel, int size)
flatten
in class ColumnVector
public void setElement(int outElementNum, int inputElementNum, ColumnVector inputVector)
ColumnVector
setElement
in class ColumnVector
Copyright © 2017 The Apache Software Foundation. All rights reserved.