MCPcopy Create free account
hub / github.com/apache/paimon-rust / Time

TypeAlias Time

bindings/go/predicate.go:113–113  ·  view source on GitHub ↗

Time represents a time-of-day value as milliseconds since midnight. Usage: table.PredicateEqual("t", paimon.Time(3600000))

Source from the content-addressed store, hash-verified

111// Time represents a time-of-day value as milliseconds since midnight.
112// Usage: table.PredicateEqual("t", paimon.Time(3600000))
113type Time int32
114
115// Timestamp represents a timestamp without timezone (millis + sub-millis nanos).
116// Usage: table.PredicateEqual("ts", paimon.Timestamp{Millis: 1700000000000, Nanos: 0})

Callers 7

datum_from_cFunction · 0.85
arrow_to_paimon_typeFunction · 0.85
get_datumMethod · 0.85
copy_with_nullableMethod · 0.85
extract_datumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected