Skip to content
Draft
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
4 changes: 4 additions & 0 deletions kernel/src/table_changes/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ impl TableChangesScan {
/// to read and process all the data for the query. Each [`ScanResult`] in the resultant iterator
/// encapsulates the raw data and an optional boolean vector built from the deletion vector if it
/// was present. See the documentation for [`ScanResult`] for more details.
#[deprecated(
since = "0.15.3",
note = "execute is a good example, but is too naive and will be removed in the near future"
)]
pub fn execute(
&self,
engine: Arc<dyn Engine>,
Expand Down
Loading