Sabrina Zhao
Sabrina Zhao
Label: `feature` This PR adds support for Cast transform function for mv columns.
Add support for calculating Pearson's coefficient `corr(x,y)` as part of the effort in #8493. Can leverage implementation for COVAR_SAMP and COVAR_POP as mentioned in #9236.
Label = `feature` This PR adds a scalar function `isSubnetOff(IP_PREFIX, IP_ADDRESS)` which checks if `IP_ADDRESS` is in the subnet of `IP_PREFIX` (this function handles both IPv4 and IPv6). Both `IP_PREFIX`...