The highest tagged major version is
v2 .
Discover Packages
github.com/turbot/pipe-fittings
queryresult
package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Apr 9, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ColumnDef struct {
Name string `json:"name"`
DataType string `json:"data_type"`
}
ColumnDef is a struct used to store column information from query results
func (*ColumnDef) IsScalar ¶
IsScalar checks if the given value is a scalar value
it also mutates the containing ColumnDef so that it doesn't have to reflect
for all values in a column
Source Files
¶
Click to show internal directories.
Click to hide internal directories.