Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ empty
Method
empty
core/src/main/java/org/apache/calcite/util/Holder.java:65–68 ·
view source on GitHub ↗
Creates a holder containing null.
()
Source
from the content-addressed store, hash-verified
63
64
/** Creates a holder containing null. */
65
@SuppressWarnings(
"ConstantConditions"
)
66
public
static
<E> Holder<@Nullable E> empty() {
67
return
new
Holder<@Nullable E>(null);
68
}
69
}
Callers
15
config
Method · 0.95
BlockingQueueEnumerator
Class · 0.95
testGroupKeyNotInFrontWhenDecorrelate
Method · 0.95
testSingleCorrelationCallOverVariableInFilter
Method · 0.95
testDoubleCorrelationCallOverVariableInFilters
Method · 0.95
testLogicalCorrelateFieldTrimmer
Method · 0.95
testLogicalCorrelateFieldTrimmer2
Method · 0.95
testTrimCorrelatedSubquery
Method · 0.95
testTrimCorrelatedSubqueryInFilterCondition
Method · 0.95
testTrimCorrelatedSubqueryInJoinCondition
Method · 0.95
testCorrelateQuery
Method · 0.95
getSchema
Method · 0.95
Calls
no outgoing calls
Tested by
15
config
Method · 0.76
testGroupKeyNotInFrontWhenDecorrelate
Method · 0.76
testSingleCorrelationCallOverVariableInFilter
Method · 0.76
testDoubleCorrelationCallOverVariableInFilters
Method · 0.76
testLogicalCorrelateFieldTrimmer
Method · 0.76
testLogicalCorrelateFieldTrimmer2
Method · 0.76
testTrimCorrelatedSubquery
Method · 0.76
testTrimCorrelatedSubqueryInFilterCondition
Method · 0.76
testTrimCorrelatedSubqueryInJoinCondition
Method · 0.76
testCorrelateQuery
Method · 0.76
getSchema
Method · 0.76
testTableModifyMerge
Method · 0.76