Uses of Class
org.apache.arrow.flatbuf.Field
Packages that use Field
-
Uses of Field in org.apache.arrow.flatbuf
Methods in org.apache.arrow.flatbuf that return FieldModifier and TypeMethodDescriptionField.__assign
(int _i, ByteBuffer _bb) Field.children
(int j) children apply only to nested data types like Struct, List and Union.Schema.fields
(int j) Field.Vector.get
(int j) static Field
Field.getRootAsField
(ByteBuffer _bb) static Field
Field.getRootAsField
(ByteBuffer _bb, Field obj) Methods in org.apache.arrow.flatbuf with parameters of type Field -
Uses of Field in org.apache.arrow.vector.types.pojo
Methods in org.apache.arrow.vector.types.pojo with parameters of type FieldModifier and TypeMethodDescriptionstatic Field
Field.convertField
(Field field) Constructs a new instance from a flatbuffer representation of the field.static ArrowType.Int
static ArrowType
ArrowType.getTypeForField
(Field field)