Skip to content

Commit

Permalink
remove useDefaultImplementationForNulls override
Browse files Browse the repository at this point in the history
  • Loading branch information
liuneng1994 authored and kyligence-git committed May 17, 2023
1 parent ad3f78b commit eefee3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Functions/tupleElement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ class FunctionTupleElement : public IFunction

ColumnNumbers getArgumentsThatAreAlwaysConstant() const override { return {1}; }

bool useDefaultImplementationForNulls() const override { return false; }

bool isSuitableForShortCircuitArgumentsExecution(const DataTypesWithConstInfo & /*arguments*/) const override { return false; }

DataTypePtr getReturnTypeImpl(const ColumnsWithTypeAndName & arguments) const override
Expand Down

0 comments on commit eefee3c

Please sign in to comment.