3 writes to _schemaEntry
Microsoft.ML.Data (3)
DataLoadSave\Transpose\TransposeLoader.cs (3)
413
_schemaEntry
= new SubIdvEntry.SchemaSubIdv(this, reader);
446
_schemaEntry
= new SubIdvEntry.SchemaSubIdv(this, reader);
475
_schemaEntry
= new SubIdvEntry.SchemaSubIdv(this, schemaView);
7 references to _schemaEntry
Microsoft.ML.Data (7)
DataLoadSave\Transpose\TransposeLoader.cs (7)
272
Host.AssertValue(parent.
_schemaEntry
);
368
get { return _header.RowCount ==
_schemaEntry
.GetView().GetRowCount(); }
380
public DataViewSchema Schema =>
_schemaEntry
.GetView().Schema;
388
var view =
_schemaEntry
.GetView();
476
_host.Assert(
_schemaEntry
.GetViewOrNull() == schemaView);
626
return
_schemaEntry
.GetView().GetRowCursor(columnsNeeded, rand);
633
return
_schemaEntry
.GetView().GetRowCursorSet(columnsNeeded, n, rand);