16 writes to Length
Microsoft.Data.Analysis (16)
PrimitiveColumnContainer.cs (16)
97
Length
= length;
130
Length
++;
166
Length
+= allocatable;
533
ret.
Length
+= buffer.Length;
559
ret.
Length
+= buffer.Length;
571
ret.
Length
+= buffer.Length;
590
ret.
Length
+= buffer.Length;
609
ret.
Length
+= buffer.Length;
628
ret.
Length
+= buffer.Length;
647
ret.
Length
+= buffer.Length;
666
ret.
Length
+= buffer.Length;
685
ret.
Length
+= buffer.Length;
704
ret.
Length
+= buffer.Length;
723
ret.
Length
+= buffer.Length;
742
ret.
Length
+= buffer.Length;
761
ret.
Length
+= buffer.Length;
20 references to Length
Microsoft.Data.Analysis (20)
PrimitiveColumnContainer.BinaryOperations.cs (2)
110
var ret = new PrimitiveColumnContainer<bool>(
Length
, false);
152
var ret = new PrimitiveColumnContainer<bool>(
Length
, false);
PrimitiveColumnContainer.cs (14)
108
if (length <
Length
)
110
AppendMany(default, length -
Length
);
129
SetValidityBit(
Length
, value.HasValue);
268
if (BitUtility.IsBitClear(curBitMap, index) && index <
Length
&& NullCount > 0)
276
if (BitUtility.IsBitSet(curBitMap, index) && index <
Length
)
281
else if (index ==
Length
)
309
if ((ulong)index > (ulong)
Length
)
329
if ((uint)index >=
Length
)
352
if (rowIndex >=
Length
)
361
if (
Length
== 0)
373
long endIndex = Math.Min(
Length
, startIndex + length);
417
for (long i = 0; i <
Length
; i++)
428
for (int i = 0; i <
Length
; i++)
468
PrimitiveColumnContainer<T> ret = new PrimitiveColumnContainer<T>(mapIndices.
Length
);
PrimitiveDataFrameColumn.cs (4)
30
internal PrimitiveDataFrameColumn(string name, PrimitiveColumnContainer<T> columnContainer) : base(name, columnContainer.
Length
, typeof(T))
38
Length = _columnContainer.
Length
;
44
Length = _columnContainer.
Length
;
286
Length = _columnContainer.
Length
;