internal

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Region

type Region struct {
	Begin int
	End   int
}

Region represents a data region

type Session

type Session struct {
	Rows          []Region
	Data          []byte
	Decoder       *decoder.Decoder
	Pointers      []interface{}
	ValuePointers []reflect.Value
	DestTypes     []reflect.Type
	XTypes        []xunsafe.Type
	Columns       []string
	Schema        *bigquery.TableSchema
	TotalRows     uint64
}

Session represents decoding session

func (*Session) Init

func (s *Session) Init(tableSchema *bigquery.TableSchema) error

Init initialises session

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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