Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/calcite
/ getKind
Method
getKind
core/src/main/java/org/apache/calcite/sql/SqlCall.java:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
@Override
public
SqlKind getKind() {
75
return
getOperator().getKind();
76
}
77
78
@Pure
79
public
abstract SqlOperator getOperator();
Callers
15
pushDownNotForIn
Method · 0.95
convertOver
Method · 0.95
convertMultisets
Method · 0.95
validateCall
Method · 0.95
needsParentheses
Method · 0.95
isLiteralChain
Method · 0.95
stripOrderModifiers
Method · 0.95
stripAsFromOrder
Method · 0.95
permutedOperands
Method · 0.95
isNonAggregatedNonGroupedColumn
Method · 0.95
expandStarInRow
Method · 0.95
inOperationCoercion
Method · 0.95
Calls
1
getOperator
Method · 0.95
Tested by
2
testExpressionLineageMultiUnion
Method · 0.36
visitCall
Method · 0.36