sql - Hive Semantic Analyzer; Partition Table Function in Join Clause -


in hive semanticanalyzer code, inside processjoin function, while iterating on children of join node, there check partition table function.

if (child.gettoken().gettype() == hiveparser.tok_ptblfunction)  

my question is, how can child of join node tok_ptblfunction. mean hive supports functions (apart tables , subqueries) in join clause. of opinion not possible. if is, can please give me example query such condition.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -