public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<List<String>> |
convert(Optional<String[]> optionalArray)
Convert optional array to optional list for JNI processing.
|
static org.apache.arrow.c.ArrowSchema |
toFfi(org.apache.arrow.vector.types.pojo.Schema schema,
org.apache.arrow.memory.BufferAllocator allocator)
Convert schema to ArrowSchema for JNI processing.
|
Copyright © 2025. All rights reserved.