MCPcopy Create free account
hub / github.com/apache/impala / toSqlImpl

Method toSqlImpl

fe/src/main/java/org/apache/impala/analysis/Expr.java:877–877  ·  view source on GitHub ↗

Returns a SQL string representing this expr. Subclasses should override this method instead of toSql() to ensure that parenthesis are properly added around the toSql().

(ToSqlOptions options)

Source from the content-addressed store, hash-verified

875 * instead of toSql() to ensure that parenthesis are properly added around the toSql().
876 */
877 protected abstract String toSqlImpl(ToSqlOptions options);
878
879 protected String toSqlImpl() { return toSqlImpl(DEFAULT); };
880

Callers 2

toSqlMethod · 0.95

Calls

no outgoing calls

Tested by 1