Documentation ¶ Index ¶ func DecodeColumn(column spanner.GenericColumnValue, wQuotes bool) (string, error) func DecodeRow(row *spanner.Row, wQuotes bool) ([]string, error) func RowToInsertStatement(tableName string, row *spanner.Row) (string, error) type Columns func RowToColumns(row *spanner.Row) (Columns, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecodeColumn ¶ func DecodeColumn(column spanner.GenericColumnValue, wQuotes bool) (string, error) func DecodeRow ¶ func DecodeRow(row *spanner.Row, wQuotes bool) ([]string, error) func RowToInsertStatement ¶ func RowToInsertStatement(tableName string, row *spanner.Row) (string, error) Types ¶ type Columns ¶ type Columns struct { Names []string FormattedValues []string } func RowToColumns ¶ func RowToColumns(row *spanner.Row) (Columns, error) Source Files ¶ View all Source files dataloader.go Click to show internal directories. Click to hide internal directories.