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

Method Test_NonQuery

test/e2e/e2e_test.go:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (s *e2eTestSuite) Test_NonQuery() {
87 _, err := s.session.ExecuteStatement("flush")
88 s.Require().NoError(err)
89}
90
91func (s *e2eTestSuite) Test_CreateTimeseries() {
92 var (

Callers

nothing calls this directly

Calls 1

ExecuteStatementMethod · 0.65

Tested by

no test coverage detected