# Functions
No description provided by the author
# Type aliases
BoolArray represents a one-dimensional array of the PostgreSQL boolean type.
Float32Array represents a one-dimensional array of the PostgreSQL double precision type.
Float64Array represents a one-dimensional array of the PostgreSQL double precision type.
Int32Array represents a one-dimensional array of the PostgreSQL integer types.
Int64Array represents a one-dimensional array of the PostgreSQL integer types.
IntArray represents a one-dimensional array of the PostgreSQL integer types.
StringArray represents a one-dimensional array of the PostgreSQL character types.
Vector is a wrapper for []float64 to implement sql.Scanner and driver.Valuer.