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 FieldField.getRootAsField(ByteBuffer _bb) static FieldField.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 FieldField.convertField(Field field) Constructs a new instance from a flatbuffer representation of the field.static ArrowType.Intstatic ArrowTypeArrowType.getTypeForField(Field field)