Fuaran.Core.Column 0.3.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fuaran.Core.Column --version 0.3.0
                    
NuGet\Install-Package Fuaran.Core.Column -Version 0.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fuaran.Core.Column" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fuaran.Core.Column" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Fuaran.Core.Column" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fuaran.Core.Column --version 0.3.0
                    
#r "nuget: Fuaran.Core.Column, 0.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fuaran.Core.Column@0.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fuaran.Core.Column&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Fuaran.Core.Column&version=0.3.0
                    
Install as a Cake Tool

Fuaran.Core.Column — the relational/columnar data strand: a typed, null-aware, Arrow-compatible columnar model (int/float/bool/string/date/timestamp with a first-class validity mask) and its canonical wire codec (column-oriented, reusing the Fuaran.Core.Wire canonical-float rules so numeric columns are byte-identical across hosts; decode is Result-typed with a six-code error envelope). No tree-witness coupling, no base node type. FSharp.Core only, Fable-clean on encode and decode.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (40)

Showing the top 5 NuGet packages that depend on Fuaran.Core.Column:

Package Downloads
Fuaran.Core.DataFrame

Fuaran.Core.DataFrame — the declarative-compute layer over Fuaran.Core.Column: a serializable dataframe-transform algebra (Transform + ColExpr, full v1 verb set — filter/project/derive/groupBy/join/window/pivot/unpivot/sort/distinct/limit/union), a pure reference evaluator with pinned null/coercion/order/float semantics (the cross-host parity contract), and a canonical wire codec. transformLaws (in Fuaran.Core.Conformance) certifies any host evaluator byte-identical to the reference. Also carries the typed delta representation for the column layer (TableDelta: rows added/changed/removed addressed by a caller-supplied identity witness, column invalidation, and full-refresh as the top element) with an associative composition and a canonical wire codec, and the incremental evaluation seam over it: a pipeline evaluated against a delta rather than from scratch, with per-step incrementality declared as data (propagate / maintain-state / typed fall-back), a measured recompute footprint, and certified equality with the reference evaluator for every (base, delta) pair. FSharp.Core only, Fable-clean.

Fuaran.Core.Validator

Fuaran.Core.Validator — the rule-family framework: defect record, severity, family registration, walker scaffolding, the PackRule (pack, ruleId) content-pack extension point, and the cross-host defect-code byte-parity discipline. All rule content stays domain-side. FSharp.Core only.

Fuaran.UI

Fuaran – AI-emittable F# UI language. An emission is bounded data over a closed vocabulary rather than code or markup, so a malformed tree is a typed refusal with a stable code and a path rather than a plausible-looking render. Fuaran.UI.WireLimits expresses the wire format's normative resource limits (node depth, JSON depth, string and array length, total node count) that keep a decode of untrusted input bounded. Apache-2.0 licensed.

Fuaran.UI.Ops.Abstractions

Fuaran tree-op apply engine — the pure type contract (the TreeOp DU + ErrorPayload + ApplyHint, §4g). FSharp.Core-only and Fable-portable: the shared types every op-stream / telemetry / renderer consumer needs WITHOUT pulling in the apply engine + JSON decoder (which are themselves Fable-portable, but belong at the host seam rather than in every consumer's graph). Apache-2.0 licensed.

Fuaran.UI.Ops

Fuaran tree-op apply engine — §4g op vocabulary + Result-returning apply against typed Node<'Msg> trees, with §4d AI-recovery-shaped error payloads. The JSON decoder is default-deny by shape: an undeclared or malformed emission is refused with a typed DecodeError carrying a stable code and a path, and a payload breaching the wire format's §21 resource limits is refused as LIMIT_EXCEEDED before the recursion that would breach them. Apache-2.0 licensed.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.13.0 0 8/26/2026
0.12.0 136 8/21/2026
0.11.0 1,191 8/21/2026
0.6.0 548 8/21/2026
0.3.0 670 8/19/2026
0.2.1 3,133 7/31/2026
0.2.0 2,036 7/26/2026
0.1.11 663 7/24/2026