Docs.rs
lance-index-1.0.1
lance-index 1.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Xuanwo
eddyxu
wjones127
changhiskhan
westonpace
github:lancedb:release
lance-community
Dependencies
arrow ^56.1
normal
arrow-arith ^56.1
normal
arrow-array ^56.1
normal
arrow-ord ^56.1
normal
arrow-schema ^56.1
normal
arrow-select ^56.1
normal
async-channel ^2.3.1
normal
async-recursion ^1.0
normal
async-trait ^0.1
normal
bitpacking ^0.9.2
normal
bitvec ^1
normal
bytes ^1.4
normal
crossbeam-queue ^0.3
normal
datafusion ^50.0.0
normal
datafusion-common ^50.0.0
normal
datafusion-expr ^50.0.0
normal
datafusion-physical-expr ^50.0.0
normal
datafusion-sql ^50.0.0
normal
deepsize ^0.2.0
normal
dirs ^6.0.0
normal
fst ^0.4.7
normal
futures ^0.3
normal
half ^2.1
normal
itertools ^0.13
normal
jieba-rs ^0.8.1
normal
optional
jsonb ^0.5.3
normal
lance-arrow =1.0.1
normal
lance-core =1.0.1
normal
lance-datafusion =1.0.1
normal
lance-datagen =1.0.1
normal
lance-encoding =1.0.1
normal
lance-file =1.0.1
normal
lance-io =1.0.1
normal
lance-linalg =1.0.1
normal
lance-table =1.0.1
normal
libm ^0.2.15
normal
lindera ^0.44.0
normal
optional
lindera-tantivy ^0.44.0
normal
optional
log ^0.4
normal
ndarray ^0.16.1
normal
num-traits ^0.2
normal
object_store ^0.12.3
normal
prost ^0.13.2
normal
prost-types ^0.13.2
normal
rand ^0.9.1
normal
rand_distr ^0.5.1
normal
rayon ^1.10
normal
roaring ^0.10.1
normal
serde ^1
normal
serde_json ^1
normal
snafu ^0.8
normal
tantivy ^0.24.1
normal
tempfile ^3
normal
tokio ^1.23
normal
tracing ^0.1
normal
twox-hash ^2.0
normal
uuid ^1.2
normal
approx ^0.5.1
dev
chrono ^0.4.41
dev
criterion ^0.5
dev
env_logger ^0.11.6
dev
lance-datagen =1.0.1
dev
lance-testing =1.0.1
dev
rstest ^0.23.0
dev
test-log ^0.2.15
dev
prost-build ^0.13.2
build
protobuf-src ^2.1
build
optional
pprof ^0.14.0
dev
Versions
39.3%
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
FtsQueryNode
lance_
index
1.0.1
FtsQuery
Node
Required Methods
columns
Implementors
In lance_
index::
scalar::
inverted::
query
lance_index
::
scalar
::
inverted
::
query
Trait
FtsQuery
Node
Copy item path
Source
pub trait FtsQueryNode { // Required method fn
columns
(&self) ->
HashSet
<
String
>; }
Required Methods
§
Source
fn
columns
(&self) ->
HashSet
<
String
>
Implementors
§
Source
§
impl
FtsQueryNode
for
FtsQuery
Source
§
impl
FtsQueryNode
for
BooleanQuery
Source
§
impl
FtsQueryNode
for
BoostQuery
Source
§
impl
FtsQueryNode
for
MatchQuery
Source
§
impl
FtsQueryNode
for
MultiMatchQuery
Source
§
impl
FtsQueryNode
for
PhraseQuery