public final class VectorType extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
DATA
actual data, either wixed width primitive types in slots or variable width delimited by an OFFSET vector
|
static short |
OFFSET
used in List type, Dense Union and variable length primitive types (String, Binary)
|
static short |
TYPE
Type vector used in Union type
|
static short |
VALIDITY
Bit vector indicating if each value is null
|
public static final short OFFSET
public static final short DATA
public static final short VALIDITY
public static final short TYPE
public static String name(int e)
Copyright © 2017 The Apache Software Foundation. All rights reserved.