We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c143f commit 90eedb9Copy full SHA for 90eedb9
rust/cubestore/cubestore/src/metastore/mod.rs
@@ -140,7 +140,7 @@ macro_rules! data_frame_from {
140
}
141
142
#[macro_export]
143
-macro_rules! anbase_rocks_secondary_index {
+macro_rules! anbase_rocks_secondary_index {
144
($table: ty, $index: ty) => {
145
impl crate::metastore::BaseRocksSecondaryIndex<$table> for $index {
146
fn index_value(&self, row: &$table) -> Vec<u8> {
0 commit comments