Currently, pipeline expressions are required to be terminated with as_list or first based on the data type required at the output. However, given the fact that the required data type is known beforehand, it would be optimal and lead to more terse expressions if this were passed to the evaluate function, thus making the final transformation implicit.
@peonone @BurnzZ does this make sense?
Currently, pipeline expressions are required to be terminated with as_list or first based on the data type required at the output. However, given the fact that the required data type is known beforehand, it would be optimal and lead to more terse expressions if this were passed to the evaluate function, thus making the final transformation implicit.
@peonone @BurnzZ does this make sense?