MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ColumnSize

Method ColumnSize

tensorflow/core/lib/db/sqlite.h:318–320  ·  view source on GitHub ↗

\brief Returns number of bytes stored at 0-indexed column.

Source from the content-addressed store, hash-verified

316
317 /// \brief Returns number of bytes stored at 0-indexed column.
318 int ColumnSize(int column) const TF_MUST_USE_RESULT {
319 return sqlite3_column_bytes(stmt_, column);
320 }
321
322 /// \brief Move constructor, after which <other> is reset to empty.
323 SqliteStatement(SqliteStatement&& other) noexcept

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64