DataView\Transposer.cs (20)
139var type = schema[_cols[c].Index].Type;
248_host.Assert(_cols[tcol].Index == col);
352_col = parent._cols[iinfo].Index;
481_colMin = parent._cols[iinfo].Index;
838var inputCols = _input.Schema.Where(x => srcPred(x.Index));
851var srcCols = columnsNeeded.Where(x => srcPred(x.Index));
1047Contracts.CheckParam(column.Index < Parent.ColumnCount, nameof(column));
1156Contracts.CheckParam(column.Index < Parent.ColumnCount, nameof(column));
1157return _getters[column.Index] != null;
1169Contracts.Check(IsColumnActive(column) && column.Index < _getters.Length);
1170Contracts.AssertValue(_getters[column.Index]);
1171var originFn = _getters[column.Index];
1300Ch.Check(column.Index < Schema.Count, nameof(column));
1303_slicer.OutputColumnToSplitterIndices(column.Index, out splitInd, out splitCol);
1320_slicer.OutputColumnToSplitterIndices(column.Index, out splitInd, out splitCol);
1451bool hasZero = columnsNeeded != null && columnsNeeded.Any(x => x.Index == 0);
1489Ch.CheckParam(column.Index == 0, nameof(column));
1502Ch.CheckParam(column.Index == 0, nameof(column));
1550Ch.CheckParam(column.Index == 0, nameof(column));
1563Ch.CheckParam(column.Index == 0, nameof(column));