File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dingo-calcite/src/main/java/io/dingodb/calcite/fun Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
import io .dingodb .exec .fun .vector .VectorL2DistanceFun ;
45
45
import io .dingodb .exec .fun .vector .VectorTextFun ;
46
46
import io .dingodb .expr .runtime .op .special .IfNullFunFactory ;
47
- import io .dingodb .expr .runtime .op .string .ConcatFunFactory ;
47
+ import io .dingodb .expr .runtime .op .string .ConcatFun ;
48
48
import io .dingodb .expr .runtime .op .string .LTrim1FunFactory ;
49
49
import io .dingodb .expr .runtime .op .string .LeftFunFactory ;
50
50
import io .dingodb .expr .runtime .op .string .Locate2FunFactory ;
@@ -153,7 +153,7 @@ private void init() {
153
153
154
154
// string
155
155
registerFunction (
156
- ConcatFunFactory .NAME ,
156
+ ConcatFun .NAME ,
157
157
ReturnTypes .VARCHAR_2000_NULLABLE ,
158
158
InferTypes .VARCHAR_1024 ,
159
159
OperandTypes .STRING_STRING ,
You can’t perform that action at this time.
0 commit comments