Docs.rs
lance-core-0.35.0
lance-core 0.35.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Xuanwo
eddyxu
wjones127
changhiskhan
westonpace
github:lancedb:release
Dependencies
arrow-array ^55.1
normal
arrow-buffer ^55.1
normal
arrow-schema ^55.1
normal
async-trait ^0.1
normal
byteorder ^1.5
normal
bytes ^1.4
normal
chrono ^0.4.41
normal
datafusion-common ^48.0
normal
optional
datafusion-sql ^48.0
normal
optional
deepsize ^0.2.0
normal
futures ^0.3
normal
lance-arrow =0.35.0
normal
log ^0.4
normal
mock_instant ^0.3.1
normal
moka ^0.12
normal
num_cpus ^1.0
normal
object_store ^0.12.2
normal
pin-project ^1.0
normal
prost ^0.13.2
normal
rand ^0.9.1
normal
roaring ^0.10.1
normal
serde_json ^1
normal
snafu ^0.8
normal
tokio ^1.23
normal
tokio-stream ^0.1.14
normal
tokio-util ^0.7.10
normal
tracing ^0.1
normal
url ^2.3
normal
lance-testing =0.35.0
dev
proptest ^1.3.1
dev
tempfile ^3
dev
libc ^0.2
normal
Versions
38.14%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ObjectMetaPolicyFnT
lance_
core
0.35.0
Object
Meta
Policy
FnT
Trait Implementations
Debug
Implementors
In lance_
core::
utils::
testing
lance_core
::
utils
::
testing
Trait
Object
Meta
Policy
FnT
Copy item path
Source
pub trait ObjectMetaPolicyFnT:
Fn
(&
str
,
ObjectMeta
) ->
Result
<
ObjectMeta
> +
Send
+
Sync
{ }
Trait Implementations
§
Source
§
impl
Debug
for dyn
ObjectMetaPolicyFnT
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Implementors
§
Source
§
impl<F>
ObjectMetaPolicyFnT
for F
where F:
Fn
(&
str
,
ObjectMeta
) ->
Result
<
ObjectMeta
> +
Send
+
Sync
,