package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jul 27, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package predicate provides convenience functions for combining Paimon filter predicates.
Predicate is an alias for paimon.Predicate.
And combines two or more predicates with AND. Consumes all inputs
(callers must NOT close them after this call).
Not negates a predicate. Consumes the input
(caller must NOT close it after this call).
Or combines two or more predicates with OR. Consumes all inputs
(callers must NOT close them after this call).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.