MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / any

Method any

src/transform/src/column_knowledge.rs:549–551  ·  view source on GitHub ↗

Create a [`DatumKnowledge::Any`] instance with the given nullable flag.

(nullable: bool)

Source from the content-addressed store, hash-verified

547
548 /// Create a [`DatumKnowledge::Any`] instance with the given nullable flag.
549 fn any(nullable: bool) -> Self {
550 DatumKnowledge::Any { nullable }
551 }
552
553 /// Unions (weakens) the possible states of a column.
554 fn join_assign(&mut self, other: &Self) {

Calls

no outgoing calls

Tested by 15

is_compatibleMethod · 0.64
rewriteFunction · 0.64
get_format_typeFunction · 0.64
parse_relationFunction · 0.64
run_throttling_testFunction · 0.64
find_counterFunction · 0.64