Expand description
The Context provides a way to store information about the types found during analysis.
Structs§
- Aggregators
- A collection of aggregators that should allow the user of the library to run arbitrary aggregation code on the data as it is being analyzed.
- Boolean
Context - Bytes
Context - Context
- The Context holds a fresh copy of the context that each Schema copies when it’s first created and then fills as the analysis proceeds.
- Counter
- As simple as an aggregato can be, counts the aggregated values.
- Counting
Set - Keeps track of the inserted values and how many times they have occurred.
- MapStruct
Context - Null
Context - Number
Context - The context for numeric values.
- Semantic
Extractor - Runs regexes on the strings to check whether they have interesting values.
- Sequence
Context - String
Context - Suspicious
Strings - Keeps track of any occurrences of strings that are known to be fishy, open a PR if you have more!