Add quota functions to client #302
This commit is contained in:
@@ -377,3 +377,16 @@
|
||||
multi_field: true
|
||||
params:
|
||||
- { name: aggregate_type, type: text, default: 'NULL' }
|
||||
|
||||
- name: cdb_service_params
|
||||
return_type: SETOF cdb_dataservices_client.service_params
|
||||
multi_row: true
|
||||
no_params: true
|
||||
params:
|
||||
- {}
|
||||
|
||||
- name: cdb_enough_quota
|
||||
return_type: BOOLEAN
|
||||
params:
|
||||
- { name: service, type: cdb_dataservices_client.service_type }
|
||||
- { name: input_size, type: NUMERIC }
|
||||
Reference in New Issue
Block a user