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

Method convert

core/src/main/java/org/apache/calcite/tools/Planner.java:103–103  ·  view source on GitHub ↗

@deprecated Use #rel.

(SqlNode sql)

Source from the content-addressed store, hash-verified

101 // CHECKSTYLE: IGNORE 1
102 /** @deprecated Use {@link #rel}. */
103 @Deprecated // to removed before 2.0
104 RelNode convert(SqlNode sql) throws RelConversionException;
105
106 /** Returns the type factory. */

Callers 15

applyMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
onMatchMethod · 0.65
testConvertMethod · 0.65
testConvertRenameMethod · 0.65
testConvertNegativeMethod · 0.65

Implementers 1

PlannerImplcore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 11

onMatchMethod · 0.52
onMatchMethod · 0.52
onMatchMethod · 0.52
onMatchMethod · 0.52
onMatchMethod · 0.52
onMatchMethod · 0.52
onMatchMethod · 0.52
onMatchMethod · 0.52
testConvertMethod · 0.52
testConvertRenameMethod · 0.52
testConvertNegativeMethod · 0.52