xy720
xy720
Hi, did you use these array functions before? If yes, what database did you use these functions on before? Hope to be provided more use cases, thanks.
@emerkfu Sorry, we haven't put these functions on our first stage agenda. Because these functions have some conflicts with the functions we are developing now. For example: The `array_join` function...
> Do we need to throw exception when we meeting NULL as argument ? For this type of case, CK will return nil instead of throwing an error, and Doris...
> need more discuss. hold on now. we may need a complete fix on planner to prohibit `string` to `array`. @morrySnow PTAL @zclllyybb @morrySnow Do we still need to discuss...
> > > need more discuss. hold on now. we may need a complete fix on planner to prohibit `string` to `array`. @morrySnow PTAL > > > > > >...
> > > > > need more discuss. hold on now. we may need a complete fix on planner to prohibit `string` to `array`. @morrySnow PTAL > > > >...
> @zclllyybb @xy720 . Cast `string` to `array` is ok. We parse it with json format. `string` `'[1,2,3]'` cast to `array` will produce text array with 3 elements: `'1'`, `'2'`...