package
1.3.3
Repository: https://github.com/vertica/vertica-sql-go.git
Documentation: pkg.go.dev

# Functions

NewFileCache returns a file cache with a set row limit.
NewMemoryCache initializes the memory store with a given size, but it can continue to grow.

# Structs

FileCache stores rows from the wire and puts excess into a temporary file.
MemoryCache is a simple in memory row store.