AsRef
Data
Type
polars
0.46.0
AsRef
Data
Type
Required Methods
as_ref_dtype
Implementors
In polars::
datatypes
Modules
categorical
enum_
Structs
BinaryOffsetType
BinaryType
BooleanType
CatIter
CategoricalChunked
CategoricalChunkedBuilder
CategoricalType
CompatLevel
DateType
DatetimeType
DecimalType
Dimension
DurationType
FalseT
Field
FixedSizeListType
Float32Type
Float64Type
GlobalRevMapMerger
Int128Type
Int16Type
Int32Type
Int64Type
Int8Type
ListType
Logical
ObjectType
OwnedObject
PlSmallStr
StringType
StructType
TimeType
TrueT
UInt16Type
UInt32Type
UInt64Type
UInt8Type
Enums
AnyValue
ArrowDataType
ArrowTimeUnit
CategoricalOrdering
DataType
ReshapeDimension
RevMapping
TimeUnit
UnknownKind
Constants
IDX_DTYPE
Statics
EXTENSION_NAME
Traits
ArrayCollectIterExt
ArrayFromIter
ArrayFromIterDtype
AsRefDataType
CategoricalMergeOperation
GetAnyValue
InitHashMaps
InitHashMaps2
IntoMetadata
IntoScalar
LogicalType
MetaDataExt
NumericNative
PolarsDataType
PolarsFloatType
PolarsIntegerType
PolarsNumericType
SchemaExtPl
StaticArray
Functions
call_categorical_merge_operation
create_enum_dtype
make_categoricals_compatible
make_list_categoricals_compatible
merge_dtypes
unpack_dtypes
Type Aliases
ArrayChunked
BinaryChunked
BinaryOffsetChunked
BooleanChunked
DateChunked
DatetimeChunked
DecimalChunked
DurationChunked
FieldRef
Float32Chunked
Float64Chunked
IdxArr
IdxCa
IdxType
Int128Chunked
Int16Chunked
Int32Chunked
Int64Chunked
Int8Chunked
ListChunked
ObjectChunked
PlHashMap
PlHashSet
PlIdHashMap
PlIndexMap
PlIndexSet
PlRandomState
StringChunked
TimeChunked
TimeZone
UInt16Chunked
UInt32Chunked
UInt64Chunked
UInt8Chunked
polars
::
datatypes
Trait
AsRefDataType
Copy item path
Settings
Help
Summary
Source
pub trait AsRefDataType { // Required method fn
as_ref_dtype
(&self) -> &
DataType
; }
Required Methods
§
Source
fn
as_ref_dtype
(&self) -> &
DataType
Implementors
§
Source
§
impl<T>
AsRefDataType
for
ChunkedArray
<T>
where T:
PolarsDataType
,