Lines Matching refs:cols
83 cols []interface{} // must be same size as its table colname + coltype
699 var cols []interface{}
701 cols = make([]interface{}, len(t.colname))
727 cols[colidx] = val
732 t.rows = append(t.rows, &row{cols: cols})
810 tcol := trow.cols[idx]
831 mrow := &row{cols: make([]interface{}, len(s.colName))}
833 mrow.cols[seli] = trow.cols[colIdx[name]]
858 cols: setColumns,
895 cols [][]string
923 return rc.cols[rc.posSet]
947 for i, v := range rc.rows[rc.posSet][rc.posRow].cols {