Search found 4 matches

by falcon
Thu Dec 11, 2014 2:55 pm
Forum: Vertica User Defined Functions (UDFs)
Topic: CURRENT_LOAD_SOURCE in UDL
Replies: 5
Views: 21000

Re: CURRENT_LOAD_SOURCE in UDL

Hi, If the function is called by a UDL that does not set the source, it returns the string <unknown>. So you have to define a source for your UDL. This is actually what I asked initially, how to do that. As I understand "source" is some property in SDK which used by CURRENT_LOAD_SOURCE function Unfo...
by falcon
Thu Dec 11, 2014 2:26 pm
Forum: Vertica User Defined Functions (UDFs)
Topic: CURRENT_LOAD_SOURCE in UDL
Replies: 5
Views: 21000

Re: CURRENT_LOAD_SOURCE in UDL

This function returns "<unknown>" value, I need this function to return file name
by falcon
Thu Dec 11, 2014 2:23 pm
Forum: Vertica User Defined Functions (UDFs)
Topic: CURRENT_LOAD_SOURCE in UDL
Replies: 5
Views: 21000

Re: CURRENT_LOAD_SOURCE in UDL

Here https://my.vertica.com/docs/7.0.x/HTML/ ... SOURCE.htm

I don't see this topic in 7.1 docs, but the function exists in Vertica 7.1
by falcon
Thu Dec 11, 2014 11:51 am
Forum: Vertica User Defined Functions (UDFs)
Topic: CURRENT_LOAD_SOURCE in UDL
Replies: 5
Views: 21000

CURRENT_LOAD_SOURCE in UDL

Hello all, I'm trying to create Java UDL with possibility to load multiple files and track a file name during the load. Documentation says I can use CURRENT_LOAD_SOURCE() function to track file name, but I need to setup some source in my UDL. I have found only getUri() function in SDK and tried to o...

Go to advanced search