MCPcopy Create free account
hub / github.com/ByConity/ByConity / executeImpl

Method executeImpl

src/Functions/array/arrayElement.cpp:1089–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087}
1088
1089ColumnPtr FunctionArrayElement::executeImpl(const ColumnsWithTypeAndName & arguments, const DataTypePtr & result_type, size_t input_rows_count) const
1090{
1091 return executeImpl(arguments, result_type, input_rows_count, is_mysql_dialect);
1092}
1093
1094ColumnPtr FunctionArrayElement::executeImpl(const ColumnsWithTypeAndName & arguments, const DataTypePtr & result_type, size_t input_rows_count, bool is_mysql) const
1095{

Callers

nothing calls this directly

Calls 15

getNullPresenseFunction · 0.85
removeNullableFunction · 0.85
executeMapFunction · 0.85
isColumnNullableFunction · 0.85
wrapInNullableFunction · 0.85
getNullMapColumnPtrMethod · 0.80
getNestedTypeMethod · 0.80
initSourceMethod · 0.80
initSinkMethod · 0.80
executeImplFunction · 0.70

Tested by

no test coverage detected