summaryrefslogtreecommitdiff
path: root/statsd/src/FieldValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'statsd/src/FieldValue.h')
-rw-r--r--statsd/src/FieldValue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/statsd/src/FieldValue.h b/statsd/src/FieldValue.h
index 2ac71cb8..66b54755 100644
--- a/statsd/src/FieldValue.h
+++ b/statsd/src/FieldValue.h
@@ -463,6 +463,8 @@ bool isAttributionUidField(const FieldValue& value);
/* returns uid if the field is uid field, or -1 if the field is not a uid field */
int getUidIfExists(const FieldValue& value);
+std::vector<Matcher> dedupFieldMatchers(const std::vector<Matcher>& fieldMatchers);
+
void translateFieldMatcher(const FieldMatcher& matcher, std::vector<Matcher>* output);
bool isAttributionUidField(const Field& field, const Value& value);