Uses of Class
org.apache.arrow.c.CDataDictionaryProvider
Packages that use CDataDictionaryProvider
-
Uses of CDataDictionaryProvider in org.apache.arrow.c
Methods in org.apache.arrow.c with parameters of type CDataDictionaryProviderModifier and TypeMethodDescriptionstatic Field
Data.importField
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider) Import Java Field from the C data interface.static Schema
Data.importSchema
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider) Import Java Schema from the C data interface.static FieldVector
Data.importVector
(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider) Import Java vector and its type from the C data interface.static VectorSchemaRoot
Data.importVectorSchemaRoot
(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider) Import Java vector schema root from the C data interface.static VectorSchemaRoot
Data.importVectorSchemaRoot
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider) Import Java vector schema root from a C data interface Schema.