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 90cbc5e commit 0896a85Copy full SHA for 0896a85
src/Analyzer/Passes/HybridCastsPass.cpp
@@ -36,6 +36,10 @@ namespace
36
{
37
38
/// Collect Hybrid table expressions that require casts to normalize headers across segments.
39
+///
40
+/// Hybrid is currently exposed only as an engine (TableNode). If it ever gets a table function
41
+/// wrapper, this visitor must also look at TableFunctionNode and unwrap to the underlying
42
+/// StorageDistributed so cached casts can be picked up there as well.
43
class HybridCastTablesCollector : public InDepthQueryTreeVisitor<HybridCastTablesCollector>
44
45
public:
0 commit comments