Remix
Remix
remix/data-table · FunctionView Source

notNull

Summary

Builds an IS NOT NULL predicate.

Signature

function notNull<column extends string | ColumnReferenceLike>(
  column: column,
): Predicate<PredicateColumn<column>>;

Returns

A notNull predicate.