Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ toSql
Method
toSql
fe/src/main/java/org/apache/impala/analysis/Expr.java:859–862 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
857
}
858
859
@Override
860
public
final
String toSql() {
861
return
toSql(DEFAULT);
862
}
863
864
/**
865
* Some expression nodes are also statement-like and know about
Callers
15
verifyExprEquivalence
Method · 0.95
verifySelect
Method · 0.95
getNodeExplainString
Method · 0.95
getNodeExplainString
Method · 0.95
create
Method · 0.95
buildPartitionPredicate
Method · 0.95
getNodeExplainString
Method · 0.95
appendSinkExplainString
Method · 0.95
canonicalizeInPredicate
Method · 0.95
canonicalizeBinaryPredicate
Method · 0.95
createColumnMask
Method · 0.95
checkConsistency
Method · 0.95
Calls
5
toSqlImpl
Method · 0.95
toSql
Method · 0.65
isEmpty
Method · 0.45
add
Method · 0.45
join
Method · 0.45
Tested by
2
verifyExprEquivalence
Method · 0.76
verifySelect
Method · 0.76