Docs.rs
lance-graph-0.5.0
lance-graph 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
lance-community
Dependencies
arrow ^56.2
normal
arrow-array ^56.2
normal
arrow-schema ^56.2
normal
async-trait ^0.1
normal
datafusion ^50.3
normal
datafusion-common ^50.3
normal
datafusion-expr ^50.3
normal
datafusion-functions-aggregate ^50.3
normal
datafusion-sql ^50.3
normal
futures ^0.3
normal
lance ^1.0.0
normal
lance-linalg ^1.0.0
normal
lance-namespace ^1.0.1
normal
nom ^7.1
normal
serde ^1
normal
serde_json ^1
normal
snafu ^0.8
normal
criterion ^0.5
dev
futures ^0.3
dev
lance-arrow ^1.0.0
dev
lance-index ^1.0.0
dev
tempfile ^3
dev
tokio ^1.37
dev
Versions
70.23%
of the crate is documented
Platform
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
Skip to main content
l2_distance
lance_
graph
0.5.0
In lance_
graph::
datafusion_
planner::
vector_
ops
lance_graph
::
datafusion_planner
::
vector_ops
Function
l2_
distance
Copy item path
Source
pub fn l2_distance(a: &[
f32
], b: &[
f32
]) ->
f32
Expand description
Compute L2 (Euclidean) distance between two vectors