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

Class ExtractTimestamp

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

Source from the content-addressed store, hash-verified

466 MzReflect
467)]
468pub struct ExtractTimestamp(pub DateTimeUnits);
469
470impl EagerUnaryFunc for ExtractTimestamp {
471 type Input<'a> = CheckedTimestamp<NaiveDateTime>;

Callers 2

interpret.rsFile · 0.50
reduce_call_binaryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected