Double |
| Name | Description | |
|---|---|---|
| GreaterThan(Double, DoubleColumn) | Compares whether a scalar value is greater than a double column. | |
| GreaterThan(DoubleColumn, DoubleColumn) | Compares whether one double column is greater than another. | |
| GreaterThan(DoubleColumn, Double) | Compares whether a double column is greater than a scalar value. |