Package | Description |
---|---|
org.apache.arrow.vector.types.pojo |
Modifier and Type | Method and Description |
---|---|
static ArrowType.ExtensionType |
ExtensionTypeRegistry.lookup(String name) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ArrowType.ExtensionType.extensionEquals(ArrowType.ExtensionType other)
Check equality of this type to another user-defined type.
|
static void |
ExtensionTypeRegistry.register(ArrowType.ExtensionType type) |
static void |
ExtensionTypeRegistry.unregister(ArrowType.ExtensionType type) |
default T |
ArrowType.ArrowTypeVisitor.visit(ArrowType.ExtensionType type) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.