Crate smartnoise_runtime[][src]

The SmartNoise rust runtime is an execution engine for evaluating differentially private analyses.

The runtime contains implementations of basic data transformations and aggregations, statistics, and privatizing mechanisms. These functions are combined in the SmartNoise validator to create more complex differentially private analyses.

Modules

base
components

Component trait implementations

proto
utilities

Functions

release

Given a description of computation, and some computed values, execute the computation and return computed values

Type Definitions

NodeArguments