| Package | Description |
|---|---|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlRandIntegerFunction |
SqlStdOperatorTable.RAND_INTEGER
The
RAND_INTEGER([seed, ] bound) function, which yields a random
integer, optionally with seed. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.