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) Import Java Field from the C data interface.static SchemaData.importSchema(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider) Import Java Schema from the C data interface.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.static VectorSchemaRootData.importVectorSchemaRoot(BufferAllocator allocator, ArrowSchema schema, CDataDictionaryProvider provider) Import Java vector schema root from a C data interface Schema.