SeriesMatcher Class

Define a column-level matcher for a semantic function.

Inheritance
SeriesMatcher

Constructor

SeriesMatcher()

Methods

matches

Return true if the matcher is met.

matches

Return true if the matcher is met.

abstract matches(series: MSeries) -> bool

Parameters

Name Description
series
Required

The column the matcher is being tested against.

Returns

Type Description

True if the matcher is met.