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

TypeAlias Date

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

Date represents a date value as epoch days since 1970-01-01. Usage: table.PredicateEqual("dt", paimon.Date(19000))

Source from the content-addressed store, hash-verified

107// Date represents a date value as epoch days since 1970-01-01.
108// Usage: table.PredicateEqual("dt", paimon.Date(19000))
109type Date int32
110
111// Time represents a time-of-day value as milliseconds since midnight.
112// Usage: table.PredicateEqual("t", paimon.Time(3600000))

Callers 15

datum_from_cFunction · 0.85
scalar_to_datumFunction · 0.85
sql_expr_to_datumFunction · 0.85
test_sql_type_dateFunction · 0.85
arrow_to_paimon_typeFunction · 0.85
get_datumMethod · 0.85
extract_datum_from_arrowFunction · 0.85
copy_with_nullableMethod · 0.85
extract_datumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected