NTILE function

Express NTILE(
  1. int n
)

Implementation

Express NTILE(int n) {
  return ExpressFunc("NTILE", [n]);
}