20 writes to NullCount
Microsoft.Data.Analysis (20)
PrimitiveColumnContainer.BinaryOperations.cs (1)
54
NullCount
= nullCount;
PrimitiveColumnContainer.cs (19)
98
NullCount
= nullCount;
137
NullCount
+= count;
257
NullCount
= 0;
271
NullCount
--;
279
NullCount
++;
284
NullCount
++;
536
ret.
NullCount
= NullCount;
562
ret.
NullCount
= NullCount;
581
ret.
NullCount
= NullCount;
600
ret.
NullCount
= NullCount;
619
ret.
NullCount
= NullCount;
638
ret.
NullCount
= NullCount;
657
ret.
NullCount
= NullCount;
676
ret.
NullCount
= NullCount;
695
ret.
NullCount
= NullCount;
714
ret.
NullCount
= NullCount;
733
ret.
NullCount
= NullCount;
752
ret.
NullCount
= NullCount;
771
ret.
NullCount
= NullCount;
19 references to NullCount
Microsoft.Data.Analysis (19)
PrimitiveColumnContainer.BinaryOperations.cs (1)
19
long nullCount = specialCase ?
NullCount
: 0;
PrimitiveColumnContainer.cs (16)
206
if (
NullCount
== 0 || BitUtility.IsValid(validitySpan, i))
260
public bool IsValid(long index) =>
NullCount
== 0 || GetValidityBit(index);
268
if (BitUtility.IsBitClear(curBitMap, index) && index < Length &&
NullCount
> 0)
536
ret.NullCount =
NullCount
;
562
ret.NullCount =
NullCount
;
581
ret.NullCount =
NullCount
;
600
ret.NullCount =
NullCount
;
619
ret.NullCount =
NullCount
;
638
ret.NullCount =
NullCount
;
657
ret.NullCount =
NullCount
;
676
ret.NullCount =
NullCount
;
695
ret.NullCount =
NullCount
;
714
ret.NullCount =
NullCount
;
733
ret.NullCount =
NullCount
;
752
ret.NullCount =
NullCount
;
771
ret.NullCount =
NullCount
;
PrimitiveDataFrameColumn.cs (2)
306
Debug.Assert(_columnContainer.
NullCount
>= 0);
307
return _columnContainer.
NullCount
;