Data Processing - Filtering Operations

Card Puncher Data Processing

Data Processing - Filtering Operations

About

filtering is a data processing operation that processes data through a filter where the data may be:

  • deleted according to a predicate from a collection
  • transformed (map operation)

Therefore, you need to be careful about what filter means. For instance:

Delete

A delete filter is expressed via a predicate. A predicate is developed as a function or operator that returns a boolean.





Discover More
Gmail Show Original Email
What is a Email Message ? known as Internet Message or RFC822

An email is a document that is composed of the following structure one or more headers followed by a body that may be composed of multi-parts: Text part HTML part Attachment and Inline Images...



Share this page:
Follow us:
Task Runner