• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Giorgi / DuckDB.NET / 28017109290

23 Jun 2026 09:41AM UTC coverage: 89.361% (-0.4%) from 89.738%
28017109290

push

github

Giorgi
Merge branch 'main' into nightly-builds

1330 of 1545 branches covered (86.08%)

Branch coverage included in aggregate %.

362 of 413 new or added lines in 32 files covered. (87.65%)

4 existing lines in 3 files now uncovered.

2769 of 3042 relevant lines covered (91.03%)

434285.19 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/DuckDB.NET.Data/ScalarFunctionOptions.cs
1
namespace DuckDB.NET.Data;
2

NEW
3
public record ScalarFunctionOptions
×
4
{
5
    /// <summary>
6
    /// Whether the function is pure (deterministic). When null, defaults to
7
    /// true for functions with parameters and false for parameterless functions.
8
    /// </summary>
9
    public bool? IsPureFunction { get; init; }
96✔
10

11
    /// <summary>
12
    /// When true, the function receives NULL inputs and handles them itself.
13
    /// When false (default), DuckDB auto-propagates NULL without calling the function.
14
    /// </summary>
15
    public bool HandlesNulls { get; init; }
165✔
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc