convenient function to get ColumnUpdateMode, assume no out of index
(col int)
| 196 | |
| 197 | // convenient function to get ColumnUpdateMode, assume no out of index |
| 198 | func (u *UpsertBatch) GetColumnUpdateMode(col int) ColumnUpdateMode { |
| 199 | return u.columns[col].columnUpdateMode |
| 200 | } |
| 201 | |
| 202 | // convenient function to get GoDataValue |
| 203 | func (u *UpsertBatch) ReadGoValue(row, col int) GoDataValue { |