|
@@ -55,6 +55,7 @@ def load_table_from_local(server_name, table_name) {
|
|
* Example: ids_to_string("'a','b','c'");
|
|
* Example: ids_to_string("'a','b','c'");
|
|
* ids_to_string(['a', NULL, 'c']);
|
|
* ids_to_string(['a', NULL, 'c']);
|
|
* ids_to_string([1,2,3]);
|
|
* ids_to_string([1,2,3]);
|
|
|
|
+ * ids_to_string('').isNull()
|
|
*/
|
|
*/
|
|
def ids_to_string(ids) {
|
|
def ids_to_string(ids) {
|
|
|
|
|