2 writes to _pathParser
Microsoft.ML.Parquet (2)
PartitionedFileLoader.cs (2)
182
_pathParser
= args.PathParserFactory.CreateComponent(_host);
238
ctx.LoadModel<IPartitionedPathParser, SignatureLoadModel>(_host, out
_pathParser
, FilePathSpecCtxName);
4 references to _pathParser
Microsoft.ML.Parquet (4)
PartitionedFileLoader.cs (4)
183
_host.CheckUserArg(
_pathParser
!= null, nameof(args.PathParserFactory), "Failed to create the FilePathSpec.");
285
ctx.SaveModel(
_pathParser
, FilePathSpecCtxName);
730
results = _parent.
_pathParser
.ParseValues(path).ToList();
766
return
_pathParser
.ParseColumns(path).ToArray();