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

Method String

pgserver/iter.go:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135func (iter *SqlRowIter) String() string {
136 return fmt.Sprintf("SqlRowIter: columns=[%s], schema=[%s]", formatColumnTypes(iter.columns), formatSchema(iter.schema))
137}
138
139// Next retrieves the next row. It will return io.EOF if it's the last row.
140func (iter *SqlRowIter) Next(ctx *sql.Context) (sql.Row, error) {

Callers 15

NewSqlRowIterFunction · 0.95
handleAuthenticationMethod · 0.45
ParseCopyOptionsFunction · 0.45
NewArrowWriterFunction · 0.45
buildSQLMethod · 0.45
buildSQLMethod · 0.45
executeQueryMethod · 0.45
NewDuckDataWriterFunction · 0.45
handleCopyToStdoutMethod · 0.45
doCreateSubscriptionMethod · 0.45

Calls 2

formatColumnTypesFunction · 0.85
formatSchemaFunction · 0.85

Tested by 1

newReplicatorFunction · 0.36