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

Method ColumnDouble

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

\brief Returns 0-indexed column from row result coerced as a double.

Source from the content-addressed store, hash-verified

290
291 /// \brief Returns 0-indexed column from row result coerced as a double.
292 double ColumnDouble(int column) const TF_MUST_USE_RESULT {
293 return sqlite3_column_double(stmt_, column);
294 }
295
296 /// \brief Copies 0-indexed column from row result coerced as a string.
297 ///

Callers 2

TEST_FFunction · 0.80
QueryDoubleMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
QueryDoubleMethod · 0.64