Skip to main content

Module jni_catalog

Module jni_catalog 

Source
Expand description

This module provide jni catalog.

StructsΒ§

CommitTableRequest πŸ”’
CommitTableResponse πŸ”’
CreateTableRequest πŸ”’
JniCatalog
JniCatalogInner πŸ”’
ListNamespacesResponse πŸ”’
ListTablesResponse πŸ”’
LoadTableResponse πŸ”’

FunctionsΒ§

execute_blocking_jni πŸ”’
Iceberg’s Java catalog API is synchronous and may perform remote catalog I/O. Running it directly in an async Catalog method would block a Tokio worker thread, so async JNI operations go through the runtime’s blocking pool.
namespace_to_string πŸ”’