Functionsยง
- cast_
binary_ ๐to_ string - A specified helper to cast from
GenericBinaryArray
toGenericStringArray
when they have same offset size so re-encoding offset is unnecessary. - cast_
string_ ๐to_ boolean - Casts string to boolean
- cast_
string_ ๐to_ day_ time_ interval - cast_
string_ ๐to_ interval - cast_
string_ ๐to_ interval_ impl - cast_
string_ ๐to_ month_ day_ nano_ interval - cast_
string_ ๐to_ timestamp - Casts generic string arrays to an ArrowTimestampType (TimeStampNanosecondArray, etc.)
- cast_
string_ ๐to_ timestamp_ impl - cast_
string_ ๐to_ year_ month_ interval - cast_
utf8_ ๐to_ boolean - cast_
utf8view_ ๐to_ boolean - cast_
view_ ๐to_ day_ time_ interval - cast_
view_ ๐to_ interval - cast_
view_ ๐to_ month_ day_ nano_ interval - cast_
view_ ๐to_ timestamp - Casts string view arrays to an ArrowTimestampType (TimeStampNanosecondArray, etc.)
- cast_
view_ ๐to_ year_ month_ interval - parse_
string ๐ - Parse UTF-8
- parse_
string_ ๐iter - parse_
string_ ๐view - Parse UTF-8 View
- value_
to_ ๐string - value_
to_ ๐string_ view