mirror of
https://github.com/lancedb/lancedb.git
synced 2026-09-03 20:18:54 +00:00
feat: register functions from Python
This commit is contained in:
@@ -93,8 +93,7 @@ impl PyFunctionDefinition {
|
||||
Self { inner }
|
||||
}
|
||||
|
||||
/// Crate-private accessor for later registration slices.
|
||||
#[allow(dead_code)]
|
||||
/// Crate-private accessor for registration submit bindings.
|
||||
pub(crate) fn inner(&self) -> &FunctionDefinition {
|
||||
&self.inner
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user