# DeltaQuery v0.2.3 - Table of Contents

An Elixir library for querying Delta Sharing tables.

## Pages

- [Code of Conduct](code_of_conduct.md)
- [Releasing a new version](releases.md)
- [Contributing and Development](contributing.md)
- [DeltaQuery](readme.md)
- [LICENSE](license.md)

## Modules

- [DeltaQuery](DeltaQuery.md): Elixir client for querying Delta Sharing tables.
- [DeltaQuery.Client](DeltaQuery.Client.md): HTTP client for Delta Sharing REST API.
- [DeltaQuery.Column](DeltaQuery.Column.md): Represents a column in a Delta table schema.

- [DeltaQuery.Config](DeltaQuery.Config.md): Runtime configuration for Delta Query client.
- [DeltaQuery.FixtureHelper](DeltaQuery.FixtureHelper.md): Helper module for loading test fixtures in tests.

- [DeltaQuery.PredicateParser](DeltaQuery.PredicateParser.md): Parser for predicate expressions using NimbleParsec.
- [DeltaQuery.Query](DeltaQuery.Query.md): Composable query builder for Delta Sharing tables.
- [DeltaQuery.Results](DeltaQuery.Results.md): In-memory operations on query results.

