You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds a native vector builder to the vector package that
concats vectors of the same type together. The previous Builder is
renamed to ValueBuilder. The interface for vector aggregates is also
changed to return vectors instead of scalar values and the vector
runtime aggregate uses the new Builder to concat these results
together.
0 commit comments