MCPcopy
hub / github.com/apache/devlake / Columns

Method Columns

backend/core/dal/dal.go:239–239  ·  view source on GitHub ↗

Columns returns the column names. Columns returns an error if the rows are closed.

()

Source from the content-addressed store, hash-verified

237 // Columns returns the column names.
238 // Columns returns an error if the rows are closed.
239 Columns() ([]string, error)
240
241 // ColumnTypes returns column information such as column type, length,
242 // and nullable. Some information may not be available from some drivers.

Callers 2

CreateSnapshotMethod · 0.80
copyDataToDstFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected