Skip to content

Commit 0896a85

Browse files
committed
comment
1 parent 90cbc5e commit 0896a85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Analyzer/Passes/HybridCastsPass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ namespace
3636
{
3737

3838
/// 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.
3943
class HybridCastTablesCollector : public InDepthQueryTreeVisitor<HybridCastTablesCollector>
4044
{
4145
public:

0 commit comments

Comments
 (0)