# DeepLakeTranslator

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/query_constructors/deeplake/DeepLakeTranslator)

Translate `DeepLake` internal query language elements to valid filters.

## Signature

```python
DeepLakeTranslator()
```

## Extends

- `Visitor`

## Properties

- `allowed_operators`
- `allowed_comparators`

## Methods

- [`visit_operation()`](https://reference.langchain.com/python/langchain-community/query_constructors/deeplake/DeepLakeTranslator/visit_operation)
- [`visit_comparison()`](https://reference.langchain.com/python/langchain-community/query_constructors/deeplake/DeepLakeTranslator/visit_comparison)
- [`visit_structured_query()`](https://reference.langchain.com/python/langchain-community/query_constructors/deeplake/DeepLakeTranslator/visit_structured_query)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/query_constructors/deeplake.py#L39)