public class Field extends Object
| Constructor and Description |
|---|
Field(String name,
boolean nullable,
ArrowType type,
List<Field> children) |
| Modifier and Type | Method and Description |
|---|---|
static Field |
convertField(Field field) |
boolean |
equals(Object obj) |
List<Field> |
getChildren() |
int |
getField(com.google.flatbuffers.FlatBufferBuilder builder) |
String |
getName() |
ArrowType |
getType() |
TypeLayout |
getTypeLayout() |
boolean |
isNullable() |
String |
toString() |
void |
validate() |
public void validate()
public int getField(com.google.flatbuffers.FlatBufferBuilder builder)
public String getName()
public boolean isNullable()
public ArrowType getType()
public TypeLayout getTypeLayout()
Copyright © 2016 The Apache Software Foundation. All rights reserved.