1#pragma once
2
3// Definition of the class generated by gperf, present on gperf/tldLookup.gperf
4class tldLookupHash
5{
6private:
7 static inline unsigned int hash (const char *str, size_t len);
8public:
9 static const char *is_valid (const char *str, size_t len);
10};
11
12namespace DB
13{
14 using tldLookup = tldLookupHash;
15}
16