skardi 0.4.0

High performance query engine for both offline compute and online serving
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod fts_exec;
pub mod fts_table_function;
pub mod knn_exec;
pub mod knn_table_function;
pub mod postgres;
pub mod utils;

pub use fts_table_function::register_pg_fts_udtf;
pub use knn_table_function::{
    PgKnnEntry, PgKnnTableFunction, fetch_table_columns, register_pg_knn_udtf,
};