public static final class RecordIdentifier.StructInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static ObjectInspector |
oi |
static TypeInfo |
typeInfo |
| Constructor and Description |
|---|
StructInfo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
toArray(RecordIdentifier ri,
Object[] struct)
Copies relevant fields from
ri to struct |
public static final TypeInfo typeInfo
public static final ObjectInspector oi
public static void toArray(RecordIdentifier ri, Object[] struct)
ri to structri - struct - must be of size Field.values().size()Copyright © 2019 The Apache Software Foundation. All Rights Reserved.