Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
)]
468
pub struct ExtractTimestamp(pub DateTimeUnits);
469
470
impl EagerUnaryFunc for ExtractTimestamp {
471
type Input<'a> = CheckedTimestamp<NaiveDateTime>;
Callers
2
interpret.rs
File · 0.50
reduce_call_binary
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected