MCPcopy Create free account
hub / github.com/apache/calcite / expand

Method expand

core/src/main/java/org/apache/calcite/rel/RelWriter.java:94–94  ·  view source on GitHub ↗

Returns whether the writer needs to expand node's detail information when printing plan. For example, LogicalSort(sort0=[$0], dir0=[ASC]) will be expanded to LogicalSort(sort0=[$0], dir0=[ASC-nulls-last]).

()

Source from the content-addressed store, hash-verified

92 * LogicalSort(sort0=[$0], dir0=[ASC-nulls-last]).
93 */
94 default boolean expand() {
95 return false;
96 }
97}

Callers 8

explainTermsMethod · 0.65
assertHintsEqualsMethod · 0.65
loadCommandMethod · 0.65
readLineMethod · 0.65
readSqlMethod · 0.65
assertExprConvertsToMethod · 0.65
assertSqlConvertsToMethod · 0.65
applyMethod · 0.65

Implementers 4

InputExcludedRelWritercore/src/main/java/org/apache/calcite/
RelDigestWritercore/src/main/java/org/apache/calcite/
RelWriterImplcore/src/main/java/org/apache/calcite/
RelJsonWritercore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 7

assertHintsEqualsMethod · 0.52
loadCommandMethod · 0.52
readLineMethod · 0.52
readSqlMethod · 0.52
assertExprConvertsToMethod · 0.52
assertSqlConvertsToMethod · 0.52
applyMethod · 0.52