MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / Close

Method Close

client/tablesession.go:157–159  ·  view source on GitHub ↗

Close closes the TableSession, releasing any associated resources. Returns: - err: An error if the session fails to close properly.

()

Source from the content-addressed store, hash-verified

155// Returns:
156// - err: An error if the session fails to close properly.
157func (s *TableSession) Close() error {
158 return s.session.Close()
159}

Callers 3

mainFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by 2