You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Temporary workaround to avoid checking for multistage in CubeStoreQuery, since that could lead to errors when HLL functions are present in the query.
352
+
neverUseSqlPlannerPreaggregation(){
353
+
returnfalse;
354
+
}
355
+
351
356
prebuildJoin(){
352
357
try{
353
358
// TODO allJoinHints should contain join hints form pre-agg
ilike: '{{ expr }} {% if negated %}NOT {% endif %}ILIKE {{ pattern }}',// May require different overloads in Tesseract than the ilike from expressions used in SQLAPI.
3879
+
},
3872
3880
filters: {
3873
3881
equals: '{{ column }} = {{ value }}{{ is_null_check }}',
3874
3882
not_equals: '{{ column }} <> {{ value }}{{ is_null_check }}',
// Temporary workaround to avoid checking for multistage in CubeStoreQuery, since that could lead to errors when HLL functions are present in the query.
72
+
publicneverUseSqlPlannerPreaggregation(){
73
+
returntrue;
74
+
}
75
+
71
76
/**
72
77
* Returns sql for source expression floored to timestamps aligned with
0 commit comments