pub type Instant = Instant;
Expand description

DataFusion wrapper around std::time::Instant. This is only a type alias.

Aliased Type§

struct Instant(/* private fields */);