> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/heavyai/llms.txt.
> For full documentation content, see https://docs.nvidia.com/heavyai/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/heavyai/_mcp/server.

# Thrift

HeavyDB uses [Apache Thrift](https://thrift.apache.org/) to generate client-side interfaces. Interface definitions can be found in the `$OMNISCI_PATH/omnisci.thrift` file.

Read the [Apache Thrift Documentation](https://thrift.apache.org/docs/) to learn how to use Thrift to generate client-side interfaces for different programming languages.

You can find sample client code examples in the `$HEAVYAI_PATH/samples` directory.