This tutorial introduces the basic concepts of null handling for string and numeric columns in Apache Druid. The tutorial focuses on filters using the logical NOT operation on columns with NULL values ...
In this article, we will try to understand the Null Object pattern and see how this pattern can help us to write more robust code. We will implement a contrived example to demonstrate this pattern.