MCPcopy Create free account
hub / github.com/apache/arrow / CreateDescriptor

Method CreateDescriptor

cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_connection.cc:666–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666std::shared_ptr<ODBCDescriptor> ODBCConnection::CreateDescriptor() {
667 std::shared_ptr<ODBCDescriptor> desc = std::make_shared<ODBCDescriptor>(
668 spi_connection_->GetDiagnostics(), this, nullptr, true, true, false);
669 descriptors_.push_back(desc);
670 return desc;
671}
672
673void ODBCConnection::DropDescriptor(ODBCDescriptor* desc) {
674 auto it = std::find_if(descriptors_.begin(), descriptors_.end(),

Callers 1

SQLAllocHandleFunction · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected