You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="outputColumn">The output column. If <c>null</c>, <paramref name="inputColumn"/> is used.</param>
46
+
/// <param name="hashBits">Number of bits to hash into. Must be between 1 and 30, inclusive.</param>
47
+
/// <param name="invertHash">Limit the number of keys used to generate the slot name to this many. 0 means no invert hashing, -1 means no limit.</param>
@@ -240,10 +240,16 @@ public ColumnInfo(string input, string output,
240
240
/// <param name="env">Host Environment.</param>
241
241
/// <param name="inputColumn">Name of the input column.</param>
242
242
/// <param name="outputColumn">Name of the output column. If this is null '<paramref name="inputColumn"/>' will be used.</param>
243
+
/// <param name="hashBits">Number of bits to hash into. Must be between 1 and 30, inclusive.</param>
244
+
/// <param name="invertHash">Limit the number of keys used to generate the slot name to this many. 0 means no invert hashing, -1 means no limit.</param>
243
245
/// <param name="outputKind">The type of output expected.</param>
0 commit comments