package
Version:
v0.10.2
Opens a new window with list of versions in this module.
Published: Dec 26, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package unmarshal provides decoding of Kusto row data in a frame into []value.Values representing those rows.
func GetRows() []interface{}
GetRows is used to pull values that can be used to decode Rows into out of a pool.
func PutRows(rows []interface{})
PutRows is used to put values that were used to decode Rows into a pool.
Rows unmarshals a slice of a slice that represents a set of rows and translates them into a set of []value.Values.
Source Files
¶
Directories
¶
Package json implements encoding and decoding of JSON as defined in RFC 7159.
|
Package json implements encoding and decoding of JSON as defined in RFC 7159. |
Click to show internal directories.
Click to hide internal directories.