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