bigQuery

package
v0.8.5 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 7 Imported by: 0

README

Dialect BigQuery need add on Opt field the result of this example function.

func GormSSPOpt(dataset, tableName, tableAlias string) map[string]interface{} { opt := make(map[string]interface{}) tableInfo := make(map[string]map[string]string) tableInfo[tableAlias] = map[string]string{ "Dataset": dataset, "TableName": tableName, } opt["TableInfo"] = tableInfo

return opt

}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TheFunctions

func TheFunctions() *structs.DialectFunctions

Types

This section is empty.

Jump to

Keyboard shortcuts

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