ClickHouse/dbms/Functions/URL/tldLookup.h

16 lines
341 B
C++
Raw Normal View History

#pragma once
// Definition of the class generated by gperf, present on gperf/tldLookup.gperf
class TopLevelDomainLookupHash
{
2019-05-06 10:23:06 +00:00
private:
static inline unsigned int hash(const char *str, size_t len);
public:
static const char * isValid(const char *str, size_t len);
};
namespace DB
{
using tldLookup = TopLevelDomainLookupHash;
}