internal

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 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{}
	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