# SnowflakeQueryOutput

> **Class** in `langchain_snowflake`

📖 [View in docs](https://reference.langchain.com/python/langchain-snowflake/tools/_base/SnowflakeQueryOutput)

Output schema for SnowflakeQueryTool.

## Signature

```python
SnowflakeQueryOutput()
```

## Extends

- `SnowflakeToolResponse`

## Properties

- `query`
- `results`
- `row_count`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-snowflake/blob/fab0c716e9197e2afb7ee433491251a8ef12b9c4/libs/snowflake/langchain_snowflake/tools/_base.py#L39)