Options
how vertica transfer the NULL value to R-UDF?
if there is null value in tables, at this time call the R-UDF , what would the null value be in R-UDF?
0
Comments
NULL values in HP Vertica are translated to R NA values when sent to the R function. R NA values are translated into HP Vertica null values when returned from the R function to HP Vertica.