Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

Create a dictionary type

Source:R/dictionary.R
dictionary.Rd

Create a dictionary type

Usage

dictionary(index_type=int32(), value_type=utf8(), ordered=FALSE)

Arguments

index_type

A DataType for the indices (defaultint32())

value_type

A DataType for the values (defaultutf8())

ordered

Is this an ordered dictionary (defaultFALSE)?

Value

ADictionaryType

See also

Other Arrow data types


[8]ページ先頭

©2009-2025 Movatter.jp