percentile( BIGINT col,array(p1,p2)): array(p1,p2) simultaneously take the entire sample of multiple percentile data values.
percentile_approx(col,p,B) :B is the precision, default 10000. where p can also be of type array, the same as the median function usage.