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

Class CastInt64ToNumeric

src/expr/src/scalar/func/impls/int64.rs:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 MzReflect
131)]
132pub struct CastInt64ToNumeric(pub Option<NumericMaxScale>);
133
134impl EagerUnaryFunc for CastInt64ToNumeric {
135 type Input<'a> = i64;

Callers 2

on_uniqueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected