predicate

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package predicate provides convenience functions for combining Paimon filter predicates.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Predicate

type Predicate = paimon.Predicate

Predicate is an alias for paimon.Predicate.

func And

func And(preds ...*Predicate) (*Predicate, error)

And combines two or more predicates with AND. Consumes all inputs (callers must NOT close them after this call).

func Not

func Not(p *Predicate) (*Predicate, error)

Not negates a predicate. Consumes the input (caller must NOT close it after this call).

func Or

func Or(preds ...*Predicate) (*Predicate, error)

Or combines two or more predicates with OR. Consumes all inputs (callers must NOT close them after this call).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL