| Modifier | Constructor and Description |
|---|---|
protected |
SchemaOperation(org.apache.arrow.vector.types.pojo.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
exportSchema(org.apache.arrow.memory.BufferAllocator allocator)
Export the schema to rust jni.
|
void |
release()
Release the underlying JNI resource like arrow c schema
|
org.apache.arrow.vector.types.pojo.Schema |
schema() |
protected SchemaOperation(org.apache.arrow.vector.types.pojo.Schema schema)
public org.apache.arrow.vector.types.pojo.Schema schema()
public long exportSchema(org.apache.arrow.memory.BufferAllocator allocator)
allocator - the buffer allocatorpublic void release()
OperationCopyright © 2025. All rights reserved.