Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bindings/c/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ pub struct paimon_result_record_batch_reader {
pub error: *mut paimon_error,
}

#[repr(C)]
pub struct paimon_result_predicate {
pub predicate: *mut paimon_predicate,
pub error: *mut paimon_error,
}

#[repr(C)]
pub struct paimon_result_next_batch {
pub batch: paimon_arrow_batch,
Expand Down
Loading
Loading