Searched defs:TableDescriptor (Results 1 – 2 of 2) sorted by relevance
98 struct TableDescriptor { struct102 bool IsPartitioned() const { return !partition_col.empty(); } in IsPartitioned()104 std::string name;105 std::string partition_col;
9 message TableDescriptor { message