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

Function is_table_not_exist

crates/integrations/datafusion/src/sql_context.rs:1704–1706  ·  view source on GitHub ↗
(e: &paimon::Error)

Source from the content-addressed store, hash-verified

1702}
1703
1704fn is_table_not_exist(e: &paimon::Error) -> bool {
1705 matches!(e, paimon::Error::TableNotExist { .. })
1706}
1707
1708/// Parse partition expressions (`col = val, ...`) into partition value maps
1709/// suitable for `TableCommit::truncate_partitions`.

Callers 2

handle_truncate_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected