chDB¶
chDB is an in-process SQL OLAP Engine powered by ClickHouse.
For more information, see the GitHub repository.
Contents¶
- Installation
- Quick Start
- API Reference
- Examples
- DB-API 2.0 Interface
- Session Management
- Streaming Queries
- User Defined Functions (UDF)
- Overview
- API Reference
- Creating UDFs
- Text Processing UDFs
- JSON and Data Processing UDFs
- Mathematical and Statistical UDFs
- Data Validation UDFs
- UDF with External Libraries
- UDF Best Practices and Guidelines
- UDF Configuration and Advanced Usage
- Performance Considerations
- Debugging UDFs
- Complete Example: Log Processing UDF
- See Also
- Utilities
- Troubleshooting