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

Struct TableSession

client/tablesession.go:73–75  ·  view source on GitHub ↗

TableSession represents a session for interacting with IoTDB in relational mode. It wraps a Session instance, providing methods for executing SQL statements and managing the lifecycle of the session.

Source from the content-addressed store, hash-verified

71// It wraps a Session instance, providing methods for executing SQL statements
72// and managing the lifecycle of the session.
73type TableSession struct {
74 session Session
75}
76
77// NewTableSession creates a new TableSession instance using the provided configuration.
78//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected