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