Home
last modified time | relevance | path

Searched refs:SchemaNode (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor.h94 struct SchemaNode { struct
95 SchemaNode() {} in SchemaNode() function
96 SchemaNode(const string& name, ColumnType type) : name(name), type(type) {} in SchemaNode() argument
100 std::vector<SchemaNode> schema_nodes; argument
126 const SchemaNode& root_schema_node,
134 const string& column_name_prefix, SchemaNode* root);
192 SchemaNode schema_root_;
Dbigquery_table_accessor.cc217 const Json::Value& value, const SchemaNode& root_schema_node, in ParseColumnValues()
284 SchemaNode* root) { in ExtractColumnType()
Dbigquery_table_accessor_test.cc64 BigQueryTableAccessor::SchemaNode GetSchema() { in GetSchema()