PySpark API Supportability Matrix | Column APIs | pyspark2teradataml - Column APIs - Teradata Package for Python

Teradata® pyspark2teradataml User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for Python
Release Number
20.00
Published
December 2024
ft:locale
en-US
ft:lastEdition
2024-12-18
dita:mapPath
oeg1710443196055.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
oeg1710443196055
Product Category
Teradata Vantage

Compatibility Matrix

The following tables compares teradatamlspk Column APIs with PySpark Column APIs.

teradatamlspk columns are case sensitive. You must convert the column names to the appropriate case while converting the code.
API Name Supported Notes
isNull  
isNotNull  
like  
ilike  
substr  
startswith
endswith
contains
bitwiseAND  
bitwiseOR  
bitwiseXOR  
between  
isin  
cast Not Supported types are [BooleanType, BinaryType, TimestampNTZType, ArrayType, StructType, MapType].

Accepts 1 more argument format. While casting character data to TimestampType, TimestampNTZType user can use this parameter.

astype Not Supported types are [BooleanType, BinaryType, TimestampNTZType, ArrayType, StructType, MapType].

Accepts 1 more argument format. While casting character data to TimestampType, TimestampNTZType user can use this parameter.

alias  
desc  
over  
name  
asc  
when  
otherwise  
asc_nulls_first  
asc_nulls_last  
desc_nulls_first  
desc_nulls_last  
eqNullSafe