# InMemoryDBFilterField

> **Class** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/vectorstores/inmemorydb/filters/InMemoryDBFilterField)

Base class for InMemoryDBFilterFields.

## Signature

```python
InMemoryDBFilterField(
    self,
    field: str,
)
```

## Constructors

```python
__init__(
    self,
    field: str,
)
```

| Name | Type |
|------|------|
| `field` | `str` |


## Properties

- `escaper`
- `OPERATORS`

## Methods

- [`equals()`](https://reference.langchain.com/python/langchain-aws/vectorstores/inmemorydb/filters/InMemoryDBFilterField/equals)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/434899a049429abd1b68d6e3efe82f58bc729a4f/libs/aws/langchain_aws/vectorstores/inmemorydb/filters.py#L43)