Sha256: b78df50366ebae6e3973d01f554c5a13fcc2a456f9cee8590a885d71acc952af
Contents?: true
Size: 168 Bytes
Versions: 2
Compression:
Stored size: 168 Bytes
Contents
use magnus::{IntoValue, Value}; use polars_core::prelude::IDX_DTYPE; use crate::conversion::Wrap; pub fn get_idx_type() -> Value { Wrap(IDX_DTYPE).into_value() }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polars-df-0.6.0 | ext/polars/src/functions/meta.rs |
polars-df-0.5.0 | ext/polars/src/functions/meta.rs |