MCPcopy Create free account
hub / github.com/apecloud/myduckserver / String

Method String

delta/flush_reason.go:26–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func (r FlushReason) String() string {
27 switch r {
28 case DDLStmtFlushReason:
29 return "DDLStmt"
30 case DMLStmtFlushReason:
31 return "DMLStmt"
32 case RowCountLimitFlushReason:
33 return "RowCountLimit"
34 case MemoryLimitFlushReason:
35 return "MemoryLimit"
36 case TimeTickFlushReason:
37 return "TimeTick"
38 case QueryFlushReason:
39 return "Query"
40 case InitFlushReason:
41 return "Init"
42 case OnCloseFlushReason:
43 return "OnClose"
44 default:
45 return "Unknown"
46 }
47}

Callers 4

FlushMethod · 0.45
prepareArrowViewMethod · 0.45
handleInsertOnlyMethod · 0.45
buildCondenseDeltaSQLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected