Uses of Class
org.apache.arrow.c.ArrowArray
Packages that use ArrowArray
-
Uses of ArrowArray in org.apache.arrow.c
Methods in org.apache.arrow.c that return ArrowArrayModifier and TypeMethodDescriptionstatic ArrowArrayArrowArray.allocateNew(BufferAllocator allocator) Create ArrowArray by allocating memory.static ArrowArrayArrowArray.wrap(long memoryAddress) Create ArrowArray from an existing memory address.Methods in org.apache.arrow.c with parameters of type ArrowArrayModifier and TypeMethodDescriptionstatic voidData.exportTable(BufferAllocator allocator, Table table, ArrowArray out) Export the current contents of a Java Table using the C data interface format.static voidData.exportTable(BufferAllocator allocator, Table table, DictionaryProvider provider, ArrowArray out) Export the current contents of a Java Table using the C data interface format.static voidData.exportTable(BufferAllocator allocator, Table table, DictionaryProvider provider, ArrowArray out, ArrowSchema outSchema) Export the current contents of a Java Table using the C data interface format.static voidData.exportVector(BufferAllocator allocator, FieldVector vector, DictionaryProvider provider, ArrowArray out) Export Java FieldVector using the C data interface format.static voidData.exportVector(BufferAllocator allocator, FieldVector vector, DictionaryProvider provider, ArrowArray out, ArrowSchema outSchema) Export Java FieldVector using the C data interface format.static voidData.exportVectorSchemaRoot(BufferAllocator allocator, VectorSchemaRoot vsr, DictionaryProvider provider, ArrowArray out) Export the current contents of a Java VectorSchemaRoot using the C data interface format.static voidData.exportVectorSchemaRoot(BufferAllocator allocator, VectorSchemaRoot vsr, DictionaryProvider provider, ArrowArray out, ArrowSchema outSchema) Export the current contents of a Java VectorSchemaRoot using the C data interface format.voidArrowArrayStream.getNext(ArrowArray array) Get the next batch in the stream.static voidData.importIntoVector(BufferAllocator allocator, ArrowArray array, FieldVector vector, DictionaryProvider provider) Import Java vector from the C data interface.static voidData.importIntoVectorSchemaRoot(BufferAllocator allocator, ArrowArray array, VectorSchemaRoot root, DictionaryProvider provider) Import record batch from the C data interface into vector schema root.static FieldVectorData.importVector(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider) Import Java vector and its type from the C data interface.static VectorSchemaRootData.importVectorSchemaRoot(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider) Import Java vector schema root from the C data interface.