3 references to IsColumnActive
Microsoft.ML.Parquet (3)
ParquetLoader.cs (3)
491
Ch.CheckParam(
IsColumnActive
(Schema[col]), nameof(col));
539
Ch.CheckParam(
IsColumnActive
(Schema[col]), nameof(col));
600
Ch.CheckParam(
IsColumnActive
(column), nameof(column), "requested column not active");