MCPcopy 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

translateAndMethod · 0.65
findLocalIpAddressMethod · 0.65
unparseListClauseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
andOrListMethod · 0.65
unparseMethod · 0.65

Implementers 1

SqlPrettyWritercore/src/main/java/org/apache/calcite/

Calls

no outgoing calls