Append a compute table to a master compute table
Parameters:
Name | Type | Description |
---|---|---|
store |
store
|
store |
session |
rafObject
|
compute session |
input |
computeTable
|
Input table with new rows {libref: xxx, name: nnn} |
output |
computeTable
|
Master table {computelib: xxx, name: nnn} |
- return
promise
Example
let status = restaflib.computeAppendTable(store, session, 'computeuser.temp', 'public.master', true));