unmarshal

package
v0.15.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package unmarshal provides decoding of Kusto row data in a frame into []value.Values representing those rows.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRows

func GetRows() []interface{}

GetRows is used to pull values that can be used to decode Rows into out of a pool.

func PutRows

func PutRows(rows []interface{})

PutRows is used to put values that were used to decode Rows into a pool.

func Rows

func Rows(columns table.Columns, interRows []interface{}, op errors.Op) ([]value.Values, []errors.Error, error)

Rows unmarshals a slice of a slice that represents a set of rows and translates them into a set of []value.Values.

Types

This section is empty.

Directories

Path Synopsis
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL