| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
ExtensionArray.extension_type() |
ExtensionType |
ExtensionTypeRegistry.GetType(BytePointer type_name) |
ExtensionType |
ExtensionTypeRegistry.GetType(String type_name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtensionType.ExtensionEquals(ExtensionType other)
\brief Determine if two instances of the same extension types are
equal.
|
Status |
ExtensionTypeRegistry.RegisterType(ExtensionType type) |
Status |
TypeVisitor.Visit(ExtensionType type) |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionType |
arrow.GetExtensionType(BytePointer type_name) |
static ExtensionType |
arrow.GetExtensionType(String type_name)
\brief Retrieve an extension type from the global registry.
|
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.RegisterExtensionType(ExtensionType type)
\brief Register an extension type globally.
|
Copyright © 2021. All rights reserved.