ClickHouse/src/Functions
Azat Khuzhin 73286c7b6e Add skeleton implementations for DummyJSONParser::Element::getObject/getArray
Otherwise it fails for unbundled+shared build
2020-07-24 00:55:50 +03:00
..
array Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
GatherUtils Merge pull request #12634 from ClickHouse/const-iface-for-functions 2020-07-22 19:08:52 +03:00
tests dbms/ → src/ 2020-04-03 18:14:31 +03:00
URL Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
abs.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
acos.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addDays.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addHours.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addMinutes.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addMonths.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addQuarters.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addressToLine.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
addressToSymbol.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
addSeconds.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addWeeks.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
addYears.cpp dbms/ → src/ 2020-04-03 18:14:31 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
atan.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
bar.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 build scripts. 2020-07-17 10:30:13 +03:00
coalesce.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
concat.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Whitespace #12484 2020-07-23 13:29:59 +03:00
formatString.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
formatString.h dbms/ → src/ 2020-04-03 18:14:31 +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 Merge pull request #12634 from ClickHouse/const-iface-for-functions 2020-07-22 19:08:52 +03:00
FunctionBitTestMany.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionCustomWeekToSomething.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionDateOrDateTimeAddInterval.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Checkpoint 2020-04-22 08:39:31 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionMathConstFloat64.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionMathUnary.h Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03: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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
FunctionsExternalModels.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Fix typos 2020-06-27 22:05:00 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
fuzzBits.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
geohashEncode.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
geohashesInBox.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
geoToH3.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
getMacro.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
getScalar.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
h3ToParent.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Merge pull request #12634 from ClickHouse/const-iface-for-functions 2020-07-22 19:08:52 +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 Make IColumn::mutate() static. 2020-05-14 11:30:18 +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 Checkpoint 2020-04-22 11:31:10 +03:00
isZeroOrNull.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
jumpConsistentHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
lcm.cpp dbms/ → src/ 2020-04-03 18:14:31 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 warnings from CodeQL 2020-07-05 02:16:16 +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 Functions {to,from}UnixTimestamp64{Milli,Micro,Nano} 2020-05-26 16:42:22 +03: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 Merge branch 'master' into fix-test-under-thread-fuzzer 2020-07-06 19:49:25 +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 Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03: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 Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 Style 2020-06-21 21:47:16 +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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
toDayOfWeek.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toDayOfYear.cpp dbms/ → src/ 2020-04-03 18:14:31 +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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
toISOWeek.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toISOYear.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toLowCardinality.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
toMinute.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toMonday.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toMonth.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toNullable.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
toQuarter.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeDayNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeHourNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeMinuteNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeMonthNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeQuarterNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeSecondNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeWeekNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toRelativeYearNum.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toSecond.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfDay.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfFifteenMinutes.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfFiveMinute.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfHour.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfInterval.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +03:00
toStartOfISOYear.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfMinute.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfMonth.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfQuarter.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfSecond.cpp New function toStartOfSecond(DateTime64) -> DateTime64 2020-05-11 12:06:06 +03:00
toStartOfTenMinutes.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toStartOfYear.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toTime.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toTimeZone.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
toYear.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toYYYYMM.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toYYYYMMDD.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
toYYYYMMDDhhmmss.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
transform.cpp Make IFunction::executeImpl const. 2020-07-21 16:58:07 +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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
upperUTF8.cpp dbms/ → src/ 2020-04-03 18:14:31 +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 branch 'master' into fix-test-under-thread-fuzzer 2020-07-06 19:49:25 +03:00
ya.make.in Support H3 in Arcadia 2020-06-19 13:06:42 +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