public class Field extends Object
A field in a Struct, consisting of a field name, index, and Schema for the field value.
Struct
Schema
Field(String name, int index, Schema schema)
boolean
equals(Object o)
int
hashCode()
index()
String
name()
schema()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Field(String name, int index, Schema schema)
public String name()
public int index()
public Schema schema()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode