Table of Contents

Interface IDataFilter

Namespace
Datafication.Core.Data
Assembly
Datafication.Core.dll

Defines the contract for data filters that process and transform a DataBlock.

public interface IDataFilter

Methods

Apply(DataBlock)

Applies the filter logic to the provided DataBlock.

DataBlock Apply(DataBlock dataBlock)

Parameters

dataBlock DataBlock

The DataBlock to filter.

Returns

DataBlock

The transformed DataBlock after applying the filter.