MCPcopy Create free account
hub / github.com/apache/datafusion / constraints

Method constraints

datafusion/catalog/src/memory/table.rs:219–221  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

217 }
218
219 fn constraints(&self) -> Option<&Constraints> {
220 Some(&self.constraints)
221 }
222
223 fn table_type(&self) -> TableType {
224 TableType::Base

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected