ClickHouse/src/Functions/URL
Li Yin 4088c0a7f3 Automated function registration
Automated register all functions with below naming convention by
iterating through the symbols:
void DB::registerXXX(DB::FunctionFactory &)
2022-07-29 15:39:50 +08:00
..
basename.cpp Automated function registration 2022-07-29 15:39:50 +08:00
CMakeLists.txt Automated function registration 2022-07-29 15:39:50 +08:00
config_functions_url.h.in dbms/ → src/ 2020-04-03 18:14:31 +03:00
cutFragment.cpp Automated function registration 2022-07-29 15:39:50 +08:00
cutQueryString.cpp Automated function registration 2022-07-29 15:39:50 +08:00
cutQueryStringAndFragment.cpp Automated function registration 2022-07-29 15:39:50 +08:00
cutToFirstSignificantSubdomain.cpp Automated function registration 2022-07-29 15:39:50 +08:00
cutToFirstSignificantSubdomainCustom.cpp Automated function registration 2022-07-29 15:39:50 +08:00
cutURLParameter.cpp Automated function registration 2022-07-29 15:39:50 +08:00
cutWWW.cpp Automated function registration 2022-07-29 15:39:50 +08:00
decodeURLComponent.cpp Automated function registration 2022-07-29 15:39:50 +08:00
domain.cpp Automated function registration 2022-07-29 15:39:50 +08:00
domain.h First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
domainWithoutWWW.cpp Automated function registration 2022-07-29 15:39:50 +08:00
ExtractFirstSignificantSubdomain.h Add support of !/* (exclamation/asterisk) in custom TLDs 2022-07-26 08:34:30 +03:00
extractURLParameter.cpp Automated function registration 2022-07-29 15:39:50 +08:00
extractURLParameterNames.cpp Automated function registration 2022-07-29 15:39:50 +08:00
extractURLParameters.cpp Automated function registration 2022-07-29 15:39:50 +08:00
firstSignificantSubdomain.cpp Automated function registration 2022-07-29 15:39:50 +08:00
firstSignificantSubdomainCustom.cpp Automated function registration 2022-07-29 15:39:50 +08:00
FirstSignificantSubdomainCustomImpl.h Add support of !/* (exclamation/asterisk) in custom TLDs 2022-07-26 08:34:30 +03:00
fragment.cpp Automated function registration 2022-07-29 15:39:50 +08:00
fragment.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
FunctionsURL.h Remove Arcadia 2022-04-16 00:20:47 +02:00
netloc.cpp Automated function registration 2022-07-29 15:39:50 +08:00
path.cpp Automated function registration 2022-07-29 15:39:50 +08:00
path.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
pathFull.cpp Automated function registration 2022-07-29 15:39:50 +08:00
port.cpp Automated function registration 2022-07-29 15:39:50 +08:00
protocol.cpp Automated function registration 2022-07-29 15:39:50 +08:00
protocol.h First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
queryString.cpp Automated function registration 2022-07-29 15:39:50 +08:00
queryString.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
queryStringAndFragment.cpp Automated function registration 2022-07-29 15:39:50 +08:00
queryStringAndFragment.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
tldLookup.generated.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
tldLookup.gperf Rename block to columns. 2020-10-14 17:04:50 +03:00
tldLookup.h Add ability to use custom TLD list 2020-12-09 21:08:22 +03:00
tldLookup.sh Suppress superfluous wget (-nv) output 2020-09-01 10:25:13 +03:00
topLevelDomain.cpp Automated function registration 2022-07-29 15:39:50 +08:00
URLHierarchy.cpp Automated function registration 2022-07-29 15:39:50 +08:00
URLPathHierarchy.cpp Automated function registration 2022-07-29 15:39:50 +08:00