☰
Int64Chunked
Methods
into_datetime
into_duration
into_time
Trait Implementations
IntoSeries
In polars_core::datatypes
?
Type Definition
polars_core
::
datatypes
::
Int64Chunked
source
·
[
−
]
pub type Int64Chunked =
ChunkedArray
<
Int64Type
>;
Implementations
source
impl
Int64Chunked
source
pub fn
into_datetime
(
self,
timeunit:
TimeUnit
,
tz:
Option
<
TimeZone
>
) ->
DatetimeChunked
source
impl
Int64Chunked
source
pub fn
into_duration
(self, timeunit:
TimeUnit
) ->
DurationChunked
source
impl
Int64Chunked
source
pub fn
into_time
(self) ->
TimeChunked
Trait Implementations
source
impl
IntoSeries
for
Int64Chunked
source
fn
into_series
(self) ->
Series
source
fn
is_series
() ->
bool