Is valid Geohash(判断是否为有效 Geohash(Is valid Geohash))¶
Supported in: Batch, Faster, Streaming
Returns true if the input is a valid Geohash input string.
Expression categories: Geospatial
Declared arguments¶
- Expression: Geohash to check.
Expression\
Output type: Boolean
Examples¶
Example 1: Base case¶
Argument values:
- Expression:
geohash
| geohash | Output |
|---|---|
| sk4d | true |
| dt9zy9cg36j7 | true |
| not a Geohash string | false |
| null | false |
中文翻译¶
判断是否为有效 Geohash(Is valid Geohash)¶
支持:批处理(Batch)、快速处理(Faster)、流处理(Streaming)
若输入为有效的 Geohash 字符串,则返回 true。
表达式类别: 地理空间(Geospatial)
声明的参数¶
- 表达式(Expression): 待检查的 Geohash。
表达式\<字符串>(Expression\)
输出类型: 布尔值(Boolean)
示例¶
示例 1:基本情况¶
参数值:
- 表达式(Expression):
geohash
| geohash | 输出(Output) |
|---|---|
| sk4d | true |
| dt9zy9cg36j7 | true |
| not a Geohash string | false |
| null | false |