Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonLiTree committed Nov 14, 2023
1 parent 3969d23 commit 0f4b7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/functions/function_jsonb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ class FunctionJsonbDepth : public IFunction {

bool use_default_implementation_for_nulls() const override { return false; }

static Status execute_impl(FunctionContext* context, Block& block, const ColumnNumbers& arguments,
Status execute_impl(FunctionContext* context, Block& block, const ColumnNumbers& arguments,
size_t result, size_t input_rows_count) const override {
DCHECK_GE(arguments.size(), 1);
auto jsonb_data_column = block.get_by_position(arguments[0]).column;
Expand Down

0 comments on commit 0f4b7bd

Please sign in to comment.