skardi 0.4.0

High performance query engine for both offline compute and online serving
Documentation
1
2
3
4
5
6
7
pub mod pg;

pub use pg::postgres;
pub use pg::utils;
pub use pg::{
    PgKnnEntry, PgKnnTableFunction, fetch_table_columns, register_pg_fts_udtf, register_pg_knn_udtf,
};