modulepackage
0.0.12
Repository: https://github.com/am-kinetica/gpudb-api-go.git
Documentation: pkg.go.dev
# README
Website | Docs | Community Slack
Kinetica GOLANG API
Overview
This project contains the source code of the Golang Kinetica API.
The documentation can be found at https://docs.kinetica.com/7.1/.
For changes to the client-side API, please refer to CHANGELOG.md.
Support
For bugs, please submit an issue on Github.
For support, you can post on
stackoverflow under the
kinetica
tag or
Slack.
Contact Us
- Ask a question on Slack: Slack
- Follow on GitHub: Follow @kineticadb
- Email us: [email protected]
- Visit: https://www.kinetica.com/contact/
# Functions
ChunkBySize - Splits a slice into multiple slices of the given size
@param items @param chunkSize @return [][]T.