[Yandex Cloud documentation](../../index.md) > [Yandex DataLens](../index.md) > Calculated fields > Function reference > Hash functions > CITYHASH64

# CITYHASH64



#### Syntax {#syntax}


```
CITYHASH64( value )
```

#### Description {#description}
Returns the CityHash64 hash of `value` as an integer.

**Argument types:**
- `value` — `String`


**Return type**: `Integer`

#### Example {#examples}

```
CITYHASH64("DataLens") = 1276466053635395874
```


#### Data source support {#data-source-support}

`ClickHouse 21.8`, `YDB`.