We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc96e7 commit fb6481bCopy full SHA for fb6481b
src/Microsoft.ML.Data/Data/SchemaDefinition.cs
@@ -229,7 +229,7 @@ public sealed class Column
229
230
internal Type ReturnType => Generator?.GetMethodInfo().GetParameters().LastOrDefault().ParameterType.GetElementType();
231
232
- public Column(string memberName, DataViewType columnType,
+ internal Column(string memberName, DataViewType columnType,
233
string columnName = null)
234
{
235
Contracts.CheckNonEmpty(memberName, nameof(memberName));
0 commit comments