Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Returns the string or binary data bit numbers.
> SELECT bit_length('Apache Calcite');
112
> SELECT bit_length(x'4170616368652043616C63697465');
112
https://spark.apache.org/docs/latest/api/sql/index.html#bit_length
Attachments
Issue Links
- links to