package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
New creates a query cache of the given size.
# Structs
C is a query cache, keyed on SQL statement strings (which can contain placeholders).
CachedData is the data associated with a cache entry.
PrepareMetadata encapsulates information about a statement that is gathered during Prepare and is later used during Describe or Execute.
Session stores internal information related to a single session.