matcher Package
Classes
| AlwaysTrueMatcher |
Match any column. |
| AndMatcher |
A column matcher that checks if a list of matchers are all met. |
| NameMatcher |
A column matcher that checks the name of the column matches. |
| NameTypeMatcher |
A column matcher that checks if the column has the expected name and data type. |
| OrMatcher |
A column matcher that checks if at least one of a list of matchers is met. |
| SeriesMatcher |
Define a column-level matcher for a semantic function. |
| TypeMatcher |
A column matcher that checks the data type of the column matches. |