Class ColumnComparisonFilter

java.lang.Object
org.apache.druid.segment.filter.ColumnComparisonFilter
All Implemented Interfaces:
Filter

public class ColumnComparisonFilter extends Object implements Filter
Compares values between columns, first converting them all to strings. This filter behaves like "not distinct from", e.g. given columns x and y, the SQL equivalent would be "x is not distinct from y" (and so ignores includeUnknown).