# Apache Pinot Connector

DevFeed: [Apache Pinot Connector](<https://devfeed.tech/articles/apache-pinot-connector-8637.md>)

Original publisher: [Read original article](<https://trino.io/blog/2020/05/25/pinot-connector.html>)

Author: Elon Azoulay

Published: 2020-05-25T00:00:00Z

Content type: tutorial

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [data](<https://devfeed.tech/tags/data.md>), [dns](<https://devfeed.tech/tags/dns.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

Presto 334 adds a Pinot connector for querying Apache Pinot data, joining Pinot tables with other tables, and using Presto functions and aggregations. The article covers setup, data types, query pushdown, and Pinot SQL passthrough for aggregation-oriented queries.

## Source excerpt

Presto 334 introduces the new Pinot Connector which allows Presto to query data stored in Apache Pinot™. Not only does this allow access to Pinot tables but gives users the ability to do things they could not do with Pinot alone such as join Pinot tables to other tables and use Presto's scalar functions, window functions and complex aggregations.