Files
greptimedb/src/api/src/lib.rs
fys db55c69117 feat: impl grpc physical plan (#212)
* chore: rename "convert.rs" to "serde.rs"

* proto definition

* impl "projection"

* add mock_input_exec for test

* impl physical plan execution
2022-08-31 21:43:50 +08:00

5 lines
56 B
Rust

pub mod serde;
pub mod v1;
pub use prost::DecodeError;