5 writes to Bool
Microsoft.Extensions.VectorData.ConformanceTests (5)
FilterTests.cs (5)
617
Bool
= true,
628
Bool
= false,
639
Bool
= true,
650
Bool
= false,
660
Bool
= true,
13 references to Bool
Microsoft.Extensions.VectorData.ConformanceTests (13)
FilterTests.cs (13)
181
r => r.
Bool
,
187
r => r.
Bool
&& r.
Bool
,
193
r => r.
Bool
|| !r.
Bool
,
288
r => !r.
Bool
,
294
r => !r.
Bool
&& r.Int != int.MaxValue,
598
new VectorStoreDataProperty(nameof(FilterRecord.
Bool
), typeof(bool)) { IsIndexed = true },
679
if (definitionProperties.Any(p => p.Name == nameof(FilterRecord.
Bool
)))
681
Assert.Equal(x.
Bool
, y.
Bool
);
704
if (definitionProperties.Any(p => p.Name == nameof(FilterRecord.
Bool
)))
706
Assert.Equal(x.
Bool
, y["Bool"]);