4 writes to Type
Microsoft.ML.Parquet (4)
PartitionedFileLoader.cs (2)
136
Type
= kind
200
Type
= InternalDataKind.Text
PartitionedPathParser.cs (2)
113
col.
Type
= args.Type;
297
Type
= InternalDataKind.Text
4 references to Type
Microsoft.ML.Parquet (4)
PartitionedFileLoader.cs (3)
148
if (
Type
.HasValue)
150
sb.Append($":{
Type
}");
321
builder.AddColumns(cols.Select(c => new DataViewSchema.DetachedColumn(c.Name, ColumnTypeExtensions.PrimitiveTypeFromKind(c.
Type
.Value), null)));
PartitionedPathParser.cs (1)
111
if (!col.
Type
.HasValue)