MCPcopy Create free account
hub / github.com/apache/paimon-rust / Plan

Class Plan

crates/paimon/src/table/source.rs:691–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689/// Reference: [org.apache.paimon.table.source.PlanImpl](https://github.com/apache/paimon/blob/release-1.3/paimon-core/src/main/java/org/apache/paimon/table/source/PlanImpl.java)
690#[derive(Debug)]
691pub struct Plan {
692 splits: Vec<DataSplit>,
693}
694
695impl Plan {
696 pub fn new(splits: Vec<DataSplit>) -> Self {

Callers 15

resolve_snapshot_by_idFunction · 0.50
execute_callFunction · 0.50
extract_procedure_nameFunction · 0.50
extract_named_argsFunction · 0.50
expr_to_stringFunction · 0.50
require_argFunction · 0.50
resolve_table_identifierFunction · 0.50
proc_create_tagFunction · 0.50
proc_rollback_toFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected