Uses of Class
org.apache.arrow.flatbuf.Field
-
Uses of Field in org.apache.arrow.flatbuf
Modifier 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) -
Uses of Field in org.apache.arrow.vector.types.pojo
Modifier 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)