11 references to Int64DataFrameColumn
Microsoft.Data.Analysis (10)
DataFrame.IO.cs (2)
301
ret = new
Int64DataFrameColumn
(columnName);
474
Int64DataFrameColumn indexColumn = new
Int64DataFrameColumn
("IndexColumn", columns[0].Length);
DataFrame.Join.cs (2)
280
retainedRowIndices = new
Int64DataFrameColumn
("RetainedIndices");
281
supplementaryRowIndices = new
Int64DataFrameColumn
("SupplementaryIndices");
DataFrameColumns\PrimitiveDataFrameColumns\Int64DataFrameColumn.cs (1)
25
return new
Int64DataFrameColumn
(name, length);
DataFrameColumns\StringDataFrameColumn.cs (2)
210
var columnNullIndices = new
Int64DataFrameColumn
("NullIndices", NullCount);
260
var columnSortIndices = new
Int64DataFrameColumn
("SortIndices", Length);
IDataView.Extension.cs (1)
93
dataFrameColumns.Add(new
Int64DataFrameColumn
(dataViewColumn.Name));
PrimitiveDataFrameColumn.Sort.cs (2)
26
var columnNullIndices = new
Int64DataFrameColumn
("NullIndices", NullCount);
101
Int64DataFrameColumn columnSortIndices = new
Int64DataFrameColumn
("SortIndices", Length);
Microsoft.Data.Analysis.Tests (1)
DataFrameTests.Join.cs (1)
87
Int64DataFrameColumn mapIndices = new
Int64DataFrameColumn
("map", join.Rows.Count);