Home
last modified time | relevance | path

Searched defs:TableDescriptor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/
H A Dspan_join_operator.h98 struct TableDescriptor { struct
102 bool IsPartitioned() const { return !partition_col.empty(); } in IsPartitioned()
104 std::string name;
105 std::string partition_col;
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/tpu/
H A Dtpu_embedding_configuration.proto9 message TableDescriptor { message