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 7cfacde commit e663d9aCopy full SHA for e663d9a
rust/cubesqlplanner/cubesqlplanner/src/cube_bridge/evaluator.rs
@@ -49,11 +49,6 @@ pub trait CubeEvaluator {
49
fn is_dimension(&self, path: Vec<String>) -> Result<bool, CubeError>;
50
fn is_segment(&self, path: Vec<String>) -> Result<bool, CubeError>;
51
fn cube_exists(&self, name: String) -> Result<bool, CubeError>;
52
- fn resolve_symbols_call_deps(
53
- &self,
54
- cube_name: String,
55
- sql: Rc<dyn MemberSql>,
56
- ) -> Result<Vec<CallDep>, CubeError>;
57
fn resolve_granularity(
58
&self,
59
path: Vec<String>,
0 commit comments