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

Method ColumnInt

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

\brief Returns 0-indexed column from row result coerced as an integer.

Source from the content-addressed store, hash-verified

285
286 /// \brief Returns 0-indexed column from row result coerced as an integer.
287 int64 ColumnInt(int column) const TF_MUST_USE_RESULT {
288 return sqlite3_column_int64(stmt_, column);
289 }
290
291 /// \brief Returns 0-indexed column from row result coerced as a double.
292 double ColumnDouble(int column) const TF_MUST_USE_RESULT {

Callers 5

TEST_FFunction · 0.80
TESTFunction · 0.80
QueryIntMethod · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TESTFunction · 0.64
QueryIntMethod · 0.64