1 write to _host
Microsoft.ML.Parquet (1)
PartitionedPathParser.cs (1)
234
_host
= host;
4 references to _host
Microsoft.ML.Parquet (4)
PartitionedPathParser.cs (4)
235
_host
.AssertValue(ctx);
243
_host
.CheckDecode(numColumns >= 0);
249
_host
.CheckDecode(column != null);
279
_host
.Check(col.TryUnparse(sb));