ClickHouse/src/Functions
2020-08-14 04:35:02 +03:00
..
array Fix half of typos 2020-08-08 03:47:03 +03:00
GatherUtils Fix timeout in sql_fuzzy test 2020-08-14 04:35:02 +03:00
tests remove includes from all Function sources 2020-07-29 21:14:48 +03:00
URL Fix build 2020-08-08 03:08:41 +03:00
abs.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
abtesting.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
abtesting.h Fix abtesting build 2020-07-29 14:00:04 +03:00
acos.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addDays.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addHours.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addMinutes.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addMonths.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addQuarters.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addressToLine.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addressToSymbol.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addSeconds.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addWeeks.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
addYears.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
appendTrailingCharIfAbsent.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
asin.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
assumeNotNull.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
atan.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bar.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
base64Decode.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
base64Encode.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
bitAnd.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitBoolMaskAnd.cpp Remove some LOGICAL_ERROR to fix the tests 2020-06-06 16:05:50 +03:00
bitBoolMaskOr.cpp Remove some LOGICAL_ERROR to fix the tests 2020-06-06 16:05:50 +03:00
bitCount.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitNot.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitOr.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitRotateLeft.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitRotateRight.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitShiftLeft.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitShiftRight.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitSwapLastTwo.cpp Remove some LOGICAL_ERROR to fix the tests 2020-06-06 16:05:50 +03:00
bitTest.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitTestAll.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitTestAny.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bitWrapperFunc.cpp Remove some LOGICAL_ERROR to fix the tests 2020-06-06 16:05:50 +03:00
bitXor.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
blockNumber.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
blockSerializedSize.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
blockSize.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
buildId.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
caseWithExpression.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
castTypeToEither.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
cbrt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
CMakeLists.txt Fix abtesting build 2020-07-29 14:00:04 +03:00
coalesce.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
concat.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
config_functions.h.in Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
convertCharset.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
cos.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
CRC.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
currentDatabase.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
currentUser.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
CustomWeekTransforms.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
dateDiff.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
DateTimeTransforms.h New function toStartOfSecond(DateTime64) -> DateTime64 2020-05-11 12:06:06 +03:00
defaultValueOfArgumentType.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
demange.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
divide.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
DivisionUtils.h Added a comment 2020-07-21 13:20:09 +03:00
DummyJSONParser.h Add skeleton implementations for DummyJSONParser::Element::getObject/getArray 2020-07-24 00:55:50 +03:00
dumpColumnStructure.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
e.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
empty.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
EmptyImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
endsWith.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
equals.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
erf.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
erfc.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
evalMLMethod.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
exp2.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
exp10.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
exp.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
extract.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
extractAllGroups.h Fix half of typos 2020-08-08 03:47:03 +03:00
extractAllGroupsHorizontal.cpp extractAllGroupsHorizontal and extractAllGroupsVertical 2020-06-11 11:03:17 +03:00
extractAllGroupsVertical.cpp extractAllGroupsHorizontal and extractAllGroupsVertical 2020-06-11 11:03:17 +03:00
extractGroups.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
extractTimeZoneFromFunctionArguments.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
extractTimeZoneFromFunctionArguments.h Fix error in addMonths with floating point argument 2020-06-28 23:20:49 +03:00
filesystem.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
finalizeAggregation.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
formatDateTime.cpp Merge pull request #13497 from amosbird/tdm 2020-08-09 02:14:58 +03:00
formatRow.cpp Fix MemSan error. 2020-07-28 22:43:43 +08:00
formatString.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
formatString.h Fix half of typos 2020-08-08 03:47:03 +03:00
fromUnixTimestamp64Micro.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
fromUnixTimestamp64Milli.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
fromUnixTimestamp64Nano.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
FunctionBase64Conversion.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionBinaryArithmetic.h Fix half of typos 2020-08-08 03:47:03 +03:00
FunctionBitTestMany.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionCustomWeekToSomething.h Fix half of typos 2020-08-08 03:47:03 +03:00
FunctionDateOrDateTimeAddInterval.h Fix half of typos 2020-08-08 03:47:03 +03:00
FunctionDateOrDateTimeToSomething.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionFactory.cpp Better way of implementation 2020-06-14 20:42:11 +03:00
FunctionFactory.h Better way of implementation 2020-06-14 20:42:11 +03:00
FunctionFQDN.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionHelpers.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
FunctionHelpers.h more monotonicity for toString() 2020-04-08 20:13:44 +08:00
FunctionIfBase.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
FunctionJoinGet.cpp Revert "Refactor joinGet and implement multi-key lookup." 2020-07-23 10:47:17 +03:00
FunctionJoinGet.h Revert "Refactor joinGet and implement multi-key lookup." 2020-07-23 10:47:17 +03:00
FunctionMathBinaryFloat64.h remove obsolete comments 2020-08-12 09:30:40 +08:00
FunctionMathConstFloat64.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionMathUnary.h remove obsolete comments 2020-08-12 09:30:40 +08:00
FunctionNumericPredicate.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsBitmap.cpp Fix TOTALS/ROLLUP/CUBE for aggregate functions with -State and Nullable arguments #12163 2020-07-10 06:23:42 +03:00
FunctionsBitmap.h Fix half of typos 2020-08-08 03:47:03 +03:00
FunctionsCoding.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsCoding.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsComparison.h Push ci 2020-08-07 11:29:41 +03:00
FunctionsConsistentHashing.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsConversion.cpp add parseDateTimeBestEffortUS function (#12028) 2020-07-05 21:09:20 +03:00
FunctionsConversion.h Merge pull request #13497 from amosbird/tdm 2020-08-09 02:14:58 +03:00
FunctionsEmbeddedDictionaries.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsEmbeddedDictionaries.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsExternalDictionaries.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsExternalDictionaries.h Merge branch 'master' into database_atomic_improvements 2020-07-31 14:56:49 +03:00
FunctionsExternalModels.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
FunctionsExternalModels.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsFormatting.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsFormatting.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsHashing.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
FunctionsHashing.h Fix half of typos 2020-08-08 03:47:03 +03:00
FunctionsJSON.cpp Rework JSON functions to use the new simdjson interface. 2020-07-19 12:50:19 +03:00
FunctionsJSON.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsLogical.cpp Slightly better 2020-08-01 22:10:59 +03:00
FunctionsLogical.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsMiscellaneous.h Don't allow arrayJoin inside higher order functions #3933 2020-06-21 21:22:34 +03:00
FunctionsMultiStringFuzzySearch.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsMultiStringPosition.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsMultiStringSearch.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsRandom.cpp Style 2020-06-21 21:47:16 +03:00
FunctionsRandom.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsRound.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsRound.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsStringArray.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionsStringArray.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsStringSearch.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsStringSearchToString.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsStringSimilarity.cpp Merge branch 'master' into stack-frams-size-limit 2020-07-21 14:45:15 +03:00
FunctionsStringSimilarity.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionStartsEndsWith.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionStringOrArrayToT.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionStringReplace.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionStringToString.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsVisitParam.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
FunctionUnaryArithmetic.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionUnixTimestamp64.h Fix FunctionUnixTimestamp64 with constant argument 2020-08-01 13:29:36 +03:00
fuzzBits.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
gcd.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
generateUUIDv4.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
GeoHash.cpp Better assert 2020-07-06 23:40:32 +03:00
GeoHash.h Avoid floating point error in geohashesInBox #11369 2020-06-28 02:07:24 +03:00
geohashDecode.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
geohashEncode.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
geohashesInBox.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
geoToH3.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
getMacro.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
getScalar.cpp Fix getting settings specified in query. 2020-08-10 01:07:23 +03:00
getSetting.cpp Add function getSetting(). 2020-07-31 20:57:49 +03:00
getSizeOfEnumType.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
globalVariable.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
greatCircleDistance.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
greater.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
greaterOrEquals.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
greatest.cpp Added generic variants of least and greatest functions #4767 2020-04-17 01:28:08 +03:00
h3EdgeAngle.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3EdgeLengthM.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3GetBaseCell.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3GetResolution.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3HexAreaM2.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3IndexesAreNeighbors.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3IsValid.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3kRing.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3ToChildren.cpp Added another check just in case 2020-08-03 19:39:08 +03:00
h3ToParent.cpp Fixup 2020-08-03 17:49:50 +03:00
h3ToString.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
hasColumnInTable.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
hasThreadFuzzer.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
hasToken.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
hasTokenCaseInsensitive.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
HasTokenImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
hostName.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
identity.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
if.cpp Fix function if with nullable constexpr as cond that is not literal NULL 2020-08-02 04:56:07 +03:00
ifNotFinite.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
ifNull.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
IFunction.cpp Whitespace 2020-08-02 02:44:42 +03:00
IFunction.h Allow isInjective() with empty block (is function injective with any arguments) 2020-07-08 00:28:49 +03:00
IFunctionAdaptors.h Drop checkNumberOfArgumentsIfVariadic() (never called), check in getReturnType() 2020-07-23 11:13:19 +03:00
IFunctionImpl.h Drop checkNumberOfArgumentsIfVariadic() (never called), check in getReturnType() 2020-07-23 11:13:19 +03:00
ignore.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
ilike.cpp ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
in.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
initializeAggregation.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
intDiv.cpp Fix potential overflow in integer division #12119 2020-07-05 03:29:03 +03:00
intDivOrZero.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
intExp2.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
intExp10.cpp Make reading of Decimal more compatible with other DBMS 2020-06-20 17:43:01 +03:00
isConstant.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
isFinite.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
isInfinite.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
isNaN.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
isNotNull.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
isNull.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
isValidUTF8.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
isZeroOrNull.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
jumpConsistentHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
lcm.cpp Fix error 2020-08-08 05:02:36 +03:00
least.cpp Added generic variants of least and greatest functions #4767 2020-04-17 01:28:08 +03:00
LeastGreatestGeneric.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
lengthUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
less.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
lessOrEquals.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
lgamma.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
like.cpp ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
likePatternToRegexp.h ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
log2.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
log10.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
log.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
lowCardinalityIndices.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
lowCardinalityKeys.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
lower.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
LowerUpperImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
LowerUpperUTF8Impl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
lowerUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
match.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
MatchImpl.h ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
materialize.cpp Function "materialize" should work for NULL as expected 2020-08-01 21:44:00 +03:00
minus.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
modulo.cpp Make behaviour of remainder of division for floating point numbers compatible with most of DBMS #7323 2020-07-20 04:03:46 +03:00
moduloOrZero.cpp Update moduloOrZero.cpp 2020-07-21 17:07:09 +03:00
multiFuzzyMatchAllIndices.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
multiFuzzyMatchAny.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
multiFuzzyMatchAnyIndex.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
multiIf.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
multiMatchAllIndices.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
MultiMatchAllIndicesImpl.h Fixed style 2020-05-07 02:51:41 +03:00
multiMatchAny.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
MultiMatchAnyImpl.h Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
multiMatchAnyIndex.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
multiply.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAllPositions.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAllPositionsCaseInsensitive.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAllPositionsCaseInsensitiveUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
MultiSearchAllPositionsImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAllPositionsUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAny.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAnyCaseInsensitive.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAnyCaseInsensitiveUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchAnyUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstIndex.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstIndexCaseInsensitive.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstIndexCaseInsensitiveUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
MultiSearchFirstIndexImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstIndexUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstPosition.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstPositionCaseInsensitive.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstPositionCaseInsensitiveUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
MultiSearchFirstPositionImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
multiSearchFirstPositionUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
MultiSearchImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
negate.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
neighbor.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
notEmpty.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
notEquals.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
notILike.cpp ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
notLike.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
now64.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
now.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
nullIf.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
PerformanceAdaptors.h Fix half of typos 2020-08-08 03:47:03 +03:00
pi.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
plus.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
pointInEllipses.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
pointInPolygon.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
PolygonUtils.h Fix half of typos 2020-08-08 03:47:03 +03:00
position.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
positionCaseInsensitive.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
positionCaseInsensitiveUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
PositionImpl.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
positionUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
pow.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
rand64.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
rand.cpp Add rand32 alias 2020-05-25 04:03:46 +03:00
randConstant.cpp Drop checkNumberOfArgumentsIfVariadic() (never called), check in getReturnType() 2020-07-23 11:13:19 +03:00
randomFixedString.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
randomPrintableASCII.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
randomString.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
randomStringUTF8.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
RapidJSONParser.h Improve JSON internal interface. 2020-07-20 20:56:04 +03:00
regexpQuoteMeta.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
Regexps.h ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
registerFunctions.cpp better 2020-07-15 22:10:36 +00:00
registerFunctions.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsArithmetic.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsComparison.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsConditional.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsConsistentHashing.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
registerFunctionsDateTime.cpp New function toStartOfSecond(DateTime64) -> DateTime64 2020-05-11 12:06:06 +03:00
registerFunctionsGeo.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
registerFunctionsHigherOrder.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsIntrospection.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsMath.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsMiscellaneous.cpp Add function getSetting(). 2020-07-31 20:57:49 +03:00
registerFunctionsNull.cpp Fix mutations interpreter #9088 2020-07-06 09:05:48 +03:00
registerFunctionsRandom.cpp Disable xorshift 2020-05-29 07:35:39 +02:00
registerFunctionsReinterpret.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsString.cpp formatRow function 2020-07-28 22:43:43 +08:00
registerFunctionsStringRegexp.cpp ILIKE operator (#12125) 2020-07-05 18:57:59 +03:00
registerFunctionsStringSearch.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsTuple.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
registerFunctionsUnixTimestamp64.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
registerFunctionsVisitParam.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
reinterpretAsFixedString.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
reinterpretAsString.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
reinterpretStringAs.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
repeat.cpp Hardening continued 2020-08-07 22:45:29 +03:00
replaceAll.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
replaceOne.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
replaceRegexpAll.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
ReplaceRegexpImpl.h Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
replaceRegexpOne.cpp Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
ReplaceStringImpl.h Every function in its own file, part 13 2020-05-07 02:21:13 +03:00
replicate.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
reverse.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
reverseUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
roundAge.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
roundDuration.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
roundToExp2.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
rowNumberInAllBlocks.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
rowNumberInBlock.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
runningAccumulate.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
runningDifference.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
runningDifference.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
runningDifferenceStartingWithFirstValue.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sigmoid.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
SimdJSONParser.h Improve JSON internal interface. 2020-07-20 20:56:04 +03:00
sin.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sleep.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sleep.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
sleepEachRow.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sqrt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
startsWith.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
stringToH3.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
substring.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
subtractDays.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractHours.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractMinutes.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractMonths.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractQuarters.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractSeconds.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractWeeks.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
subtractYears.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
sumburConsistentHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
tan.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
tanh.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
TargetSpecific.cpp Style 2020-06-21 21:47:16 +03:00
TargetSpecific.h Fix half of typos 2020-08-08 03:47:03 +03:00
tgamma.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
throwIf.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
timeSlot.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
timeSlots.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
timezone.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
toColumnTypeName.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
toCustomWeek.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
today.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toDayOfMonth.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toDayOfWeek.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toDayOfYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toFixedString.cpp Fix build 2020-06-21 21:57:20 +03:00
toFixedString.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
toHour.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toISOWeek.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toISOYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toLowCardinality.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toMinute.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toMonday.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toMonth.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toNullable.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toQuarter.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeDayNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeHourNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeMinuteNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeMonthNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeQuarterNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeSecondNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeWeekNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toRelativeYearNum.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toSecond.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfDay.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfFifteenMinutes.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfFiveMinute.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfHour.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfInterval.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
toStartOfISOYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfMinute.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfMonth.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfQuarter.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfSecond.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfTenMinutes.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toStartOfYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toTime.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toTimeZone.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toTypeName.cpp Fix clang-tidy 2020-04-22 11:45:14 +03:00
toUnixTimestamp64Micro.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
toUnixTimestamp64Milli.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
toUnixTimestamp64Nano.cpp Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03:00
toValidUTF8.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toYear.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toYYYYMM.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toYYYYMMDD.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
toYYYYMMDDhhmmss.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
transform.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
trap.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
trim.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
tryBase64Decode.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
tuple.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
tupleElement.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
upper.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
upperUTF8.cpp remove includes from all Function sources 2020-07-29 21:14:48 +03:00
uptime.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
VectorExtension.h use vectorized rand in generateUUIDv4, add multitarget build in intHash32/64 2020-05-29 07:35:03 +02:00
version.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
visibleWidth.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
visitParamExtractBool.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractFloat.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractInt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractRaw.cpp Fix style #11318 2020-05-31 18:01:59 +03:00
visitParamExtractString.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamExtractUInt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
visitParamHas.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Merge pull request #13013 from vitlibar/implement-custom-settings 2020-08-02 05:01:14 +03:00
ya.make.in fix arcadia 2020-07-27 17:10:57 +03:00
yandexConsistentHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
yesterday.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00