Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ list
Method
list
core/src/main/java/org/apache/calcite/sql/SqlWriter.java:489–489 ·
view source on GitHub ↗
Writes a list.
(FrameTypeEnum frameType, Consumer<SqlWriter> action)
Source
from the content-addressed store, hash-verified
487
* Writes a list.
488
*/
489
@Pure
490
SqlWriter list(FrameTypeEnum frameType, Consumer<SqlWriter> action);
491
492
/**
Callers
15
translateAnd
Method · 0.65
findLocalIpAddress
Method · 0.65
unparseListClause
Method · 0.65
unparse
Method · 0.65
unparse
Method · 0.65
unparse
Method · 0.65
unparse
Method · 0.65
unparse
Method · 0.65
unparse
Method · 0.65
unparse
Method · 0.65
andOrList
Method · 0.65
unparse
Method · 0.65
Implementers
1
SqlPrettyWriter
core/src/main/java/org/apache/calcite/
Calls
no outgoing calls
Tested by
15
testStmtListWithSelect
Method · 0.52
testStmtListWithSelectAndSemicolon
Method · 0.52
testStmtListWithTwoSelect
Method · 0.52
testStmtListWithTwoSelectSemicolon
Method · 0.52
testStmtListWithSelectDelete
Method · 0.52
testStmtListWithSelectDeleteUpdate
Method · 0.52
testStmtListWithSemiColonInComment
Method · 0.52
testStmtListWithSemiColonInWhere
Method · 0.52
testStmtListWithInsertSelectInsert
Method · 0.52
testStmtListWithoutSemiColon1
Method · 0.52
testStmtListWithoutSemiColon2
Method · 0.52
testEmpty
Method · 0.52