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) Equivalent to callingimportField(allocator, schema, provider, true)
.static Field
Data.importField
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider, boolean closeImportedStructs) Import Java Field from the C data interface.static Schema
Data.importSchema
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider) Equivalent to callingimportSchema(allocator, schema, provider, true)
.static Schema
Data.importSchema
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider, boolean closeImportedStructs) Import Java Schema from the C data interface.static FieldVector
Data.importVector
(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider) Equivalent to callingimportVector(allocator, array, schema, provider, true)
.static FieldVector
Data.importVector
(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider, boolean closeImportedStructs) Import Java vector and its type from the C data interface.static VectorSchemaRoot
Data.importVectorSchemaRoot
(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider) Equivalent to callingimportVectorSchemaRoot(allocator, array, schema, provider, true)
.static VectorSchemaRoot
Data.importVectorSchemaRoot
(BufferAllocator allocator, ArrowArray array, ArrowSchema schema, CDataDictionaryProvider provider, boolean closeImportedStructs) Import Java vector schema root from the C data interface.static VectorSchemaRoot
Data.importVectorSchemaRoot
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider) Equivalent to callingimportVectorSchemaRoot(allocator, schema, provider, true)
.static VectorSchemaRoot
Data.importVectorSchemaRoot
(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider, boolean closeImportedStructs) Import Java vector schema root from a C data interface Schema.