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
++;
542
ret.
NullCount
= NullCount;
568
ret.
NullCount
= NullCount;
587
ret.
NullCount
= NullCount;
606
ret.
NullCount
= NullCount;
625
ret.
NullCount
= NullCount;
644
ret.
NullCount
= NullCount;
663
ret.
NullCount
= NullCount;
682
ret.
NullCount
= NullCount;
701
ret.
NullCount
= NullCount;
720
ret.
NullCount
= NullCount;
739
ret.
NullCount
= NullCount;
758
ret.
NullCount
= NullCount;
777
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)
542
ret.NullCount =
NullCount
;
568
ret.NullCount =
NullCount
;
587
ret.NullCount =
NullCount
;
606
ret.NullCount =
NullCount
;
625
ret.NullCount =
NullCount
;
644
ret.NullCount =
NullCount
;
663
ret.NullCount =
NullCount
;
682
ret.NullCount =
NullCount
;
701
ret.NullCount =
NullCount
;
720
ret.NullCount =
NullCount
;
739
ret.NullCount =
NullCount
;
758
ret.NullCount =
NullCount
;
777
ret.NullCount =
NullCount
;
PrimitiveDataFrameColumn.cs (2)
306
Debug.Assert(_columnContainer.
NullCount
>= 0);
307
return _columnContainer.
NullCount
;