Home
last modified time | relevance | path

Searched refs:FullTableName (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.cc159 return errors::OutOfRange("Reached end of table ", FullTableName()); in ReadRow()
193 FullTableName()); in ReadRow()
271 FullTableName()); in ReadSchema()
286 FullTableName()); in ReadSchema()
299 "Tables with repeated columns are not supported: ", FullTableName())); in ExtractColumnType()
Dbigquery_table_accessor.h160 string FullTableName() { in FullTableName() function