You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>(integer or string or binary, double, double, integer)</td>
82
+
<td>(byte, short, int, long, string or binary, double, double, integer)</td>
83
83
<td>`eps` and `confidence` are the double values between 0.0 and 1.0, `seed` is a positive integer. Returns a count-min sketch of a expression with the given `esp`, `confidence` and `seed`. The result is an array of bytes, which can be deserialized to a `CountMinSketch` before usage. Count-min sketch is a probabilistic data structure used for cardinality estimation using sub-linear space.</td>
84
84
</tr>
85
85
<tr>
@@ -109,52 +109,52 @@ operate on a group of rows and return a single value.
109
109
</tr>
110
110
<tr>
111
111
<td><b>max</b>(<i>expression</i>)</td>
112
-
<td>any numeric, string, datetime or arrays of these types</td>
112
+
<td>short, float, byte, decimal, double, int, long, string, date, timestamp or arrays of these types</td>
113
113
<td>Returns the maximum value of the expression.</td>
<td>short, float, byte, decimal, double, int, or long, double, int</td>
133
133
<td>`percentage` is a number between 0 and 1; `frequency` is a positive integer. Returns the exact percentile value of numeric expression at the given percentage.</td>
<td>short, float, byte, decimal, double, int, or long, double, int</td>
138
138
<td>Percentage array is an array of number between 0 and 1; `frequency` is a positive integer. Returns the exact percentile value array of numeric expression at the given percentage(s).</td>
<td>short, float, byte, decimal, double, int, or long, double, int</td>
143
143
<td>`percentage` is a number between 0 and 1; `frequency` is a positive integer. Returns the approximate percentile value of numeric expression at the given percentage.</td>
<td>`percentage` is a number between 0 and 1; `frequency` is a positive integer. Returns the approximate percentile value of numeric expression at the given percentage.</td>
<td>short, float, byte, decimal, double, int, or long, double, int</td>
153
153
<td>`percentage` is a number between 0 and 1; `frequency` is a positive integer. Returns the approximate percentile value of numeric expression at the given percentage.</td>
<td>`percentage` is a number between 0 and 1; `frequency` is a positive integer. Returns the approximate percentile value of numeric expression at the given percentage.</td>
159
159
</tr>
160
160
<tr>
@@ -174,7 +174,7 @@ operate on a group of rows and return a single value.
174
174
</tr>
175
175
<tr>
176
176
<td><b>sum</b>(<i>expression</i>)</td>
177
-
<td>numeric</td>
177
+
<td>short, float, byte, decimal, double, int, or long</td>
178
178
<td>Returns the sum calculated from values of a group.</td>
0 commit comments