Is valid H3 index(是否为有效的 H3 索引)¶
Supported in: Batch, Faster, Streaming
Returns true if the input is a valid H3 index string.
Expression categories: Geospatial
Declared arguments¶
- Expression: no description
Expression\
Output type: Boolean
Examples¶
Example 1: Base case¶
Argument values:
- Expression:
h3
| h3 | Output |
|---|---|
| 862a1072fffffff | true |
| not an h3 value | false |
中文翻译¶
是否为有效的 H3 索引¶
支持:批处理(Batch)、快速处理(Faster)、流处理(Streaming)
如果输入是有效的 H3 索引字符串,则返回 true。
表达式类别: 地理空间(Geospatial)
声明的参数¶
- 表达式(Expression): 无描述
表达式\<字符串类型(Expression\)>
输出类型: 布尔类型(Boolean)
示例¶
示例 1:基础案例¶
参数值:
- 表达式(Expression):
h3
| h3 | 输出(Output) |
|---|---|
| 862a1072fffffff | true |
| 非 h3 值 | false |