Searched defs:PartitionKey (Results 1 – 1 of 1) sorted by relevance
41 struct PartitionKey { struct42 PartitionKey() : partition_id(-1), feature_id(-1), dimension(-1) {} in PartitionKey() function44 PartitionKey(int32 p, int64 f, int32 d) in PartitionKey() argument47 bool operator==(const PartitionKey& other) const { in operator ==()53 struct Less {70 int32 partition_id;73 int64 feature_id;76 int32 dimension;