HomeSort by relevance Sort by last modified time
    Searched refs:column_value (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor.cc 317 const string& column_name, const Json::Value& column_value,
319 if (column_value.isNull()) {
335 feature.mutable_bytes_list()->add_value(column_value.asString());
339 column_value.asString() == "false" ? 0 : 1);
343 if (!strings::safe_strto64(column_value.asString().c_str(),
346 column_value.asString().c_str());
353 if (!strings::safe_strtod(column_value.asString().c_str(),
356 column_value.asString().c_str());
bigquery_table_accessor.h 146 const Json::Value& column_value,
  /external/sqlite/dist/orig/
sqlite3ext.h 74 sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
363 #define sqlite3_column_value sqlite3_api->column_value
  /external/sqlite/dist/
sqlite3ext.h 74 sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
363 #define sqlite3_column_value sqlite3_api->column_value

Completed in 84 milliseconds