3 references to Schema
Microsoft.ML.Parquet (3)
ParquetLoader.cs (3)
460
Utils.BuildSubsetMaps(
Schema
.Count, columnsNeeded, out _actives, out _colToActivesIndex);
491
Ch.CheckParam(IsColumnActive(
Schema
[col]), nameof(col));
539
Ch.CheckParam(IsColumnActive(
Schema
[col]), nameof(col));