Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGuangxin committed Jun 2, 2024
1 parent 3f81940 commit 5d678e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/velox/substrait/SubstraitToVeloxPlan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1666,8 +1666,8 @@ bool SubstraitToVeloxPlanConverter::isPushdownSupported(TypePtr inputType) {
}

bool SubstraitToVeloxPlanConverter::canPushdownScalarFunction(
const ::substrait::Expression_ScalarFunction& function,
const std::vector<TypePtr>& veloxTypeList) {
const ::substrait::Expression_ScalarFunction& function,
const std::vector<TypePtr>& veloxTypeList) {
for (const auto& arg : function.arguments()) {
if (arg.value().has_scalar_function()) {
const auto& scalarFunction = arg.value().scalar_function();
Expand Down

0 comments on commit 5d678e8

Please sign in to comment.