feat: add substrait extension (#36)
* feat: add substrait extension Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix typo Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -20,3 +20,7 @@ pub mod prometheus {
|
||||
tonic::include_proto!("prometheus");
|
||||
}
|
||||
}
|
||||
|
||||
pub mod substrait_extension {
|
||||
tonic::include_proto!("substrait_extension");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user