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

Method toSql

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

Returns the SQL string corresponding to this node and its descendants.

(ToSqlOptions options)

Source from the content-addressed store, hash-verified

40 * Returns the SQL string corresponding to this node and its descendants.
41 */
42 String toSql(ToSqlOptions options);
43
44 /**
45 * Returns the SQL string corresponding to this node and its descendants.

Callers 15

testToSqlMethod · 0.95
TestUnsupportedTypesMethod · 0.65
TestFunctionCallExprsMethod · 0.65
testExprCastMethod · 0.65
TestValuesStmtMethod · 0.65
testCastToMethod · 0.65
verifyExprEquivalenceMethod · 0.65
TestTypesMethod · 0.65
TestUdfImplMethod · 0.65
testViewMethod · 0.65
convertToCNFMethod · 0.65

Implementers 15

Exprfe/src/main/java/org/apache/impala/ana
StmtNodefe/src/main/java/org/apache/impala/ana
GrantRevokeRoleStmtfe/src/main/java/org/apache/impala/ana
DropDbStmtfe/src/main/java/org/apache/impala/ana
AlterViewSetTblPropertiesfe/src/main/java/org/apache/impala/ana
OptimizeStmtfe/src/main/java/org/apache/impala/ana
AlterTableAddPartitionStmtfe/src/main/java/org/apache/impala/ana
ShowCreateFunctionStmtfe/src/main/java/org/apache/impala/ana
DescribeDbStmtfe/src/main/java/org/apache/impala/ana
TableSampleClausefe/src/main/java/org/apache/impala/ana
SetStmtfe/src/main/java/org/apache/impala/ana
ShowFilesStmtfe/src/main/java/org/apache/impala/ana

Calls

no outgoing calls

Tested by 15

testToSqlMethod · 0.76
TestUnsupportedTypesMethod · 0.52
TestFunctionCallExprsMethod · 0.52
testExprCastMethod · 0.52
TestValuesStmtMethod · 0.52
testCastToMethod · 0.52
verifyExprEquivalenceMethod · 0.52
TestTypesMethod · 0.52
TestUdfImplMethod · 0.52
testViewMethod · 0.52
checkSizeMethod · 0.52