OmniSciDB
a5dc49c757
|
Private Attributes | |
_iprot | |
_oprot | |
_seqid | |
def heavydb.thrift.Heavy.Client.broadcast_serialized_rows | ( | self, | |
serialized_rows, | |||
row_desc, | |||
query_id, | |||
subquery_id, | |||
is_final_subquery_result | |||
) |
Parameters: - serialized_rows - row_desc - query_id - subquery_id - is_final_subquery_result
Definition at line 3952 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_broadcast_serialized_rows(), and heavydb.thrift.Heavy.Client.send_broadcast_serialized_rows().
def heavydb.thrift.Heavy.Client.check_table_consistency | ( | self, | |
session, | |||
table_id | |||
) |
Parameters: - session - table_id
Definition at line 3834 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_check_table_consistency(), and heavydb.thrift.Heavy.Client.send_check_table_consistency().
def heavydb.thrift.Heavy.Client.checkpoint | ( | self, | |
session, | |||
table_id | |||
) |
Parameters: - session - table_id
Definition at line 4136 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_checkpoint(), and heavydb.thrift.Heavy.Client.send_checkpoint().
def heavydb.thrift.Heavy.Client.clear_cpu_memory | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1850 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_clear_cpu_memory(), and heavydb.thrift.Heavy.Client.send_clear_cpu_memory().
def heavydb.thrift.Heavy.Client.clear_gpu_memory | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1882 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_clear_gpu_memory(), and heavydb.thrift.Heavy.Client.send_clear_gpu_memory().
def heavydb.thrift.Heavy.Client.clone_session | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1162 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_clone_session(), and heavydb.thrift.Heavy.Client.send_clone_session().
def heavydb.thrift.Heavy.Client.connect | ( | self, | |
user, | |||
passwd, | |||
dbname | |||
) |
Parameters: - user - passwd - dbname
Definition at line 1022 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_connect(), and heavydb.thrift.Heavy.Client.send_connect().
def heavydb.thrift.Heavy.Client.create_custom_expression | ( | self, | |
session, | |||
custom_expression | |||
) |
Parameters: - session - custom_expression
Definition at line 2706 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_create_custom_expression(), and heavydb.thrift.Heavy.Client.send_create_custom_expression().
def heavydb.thrift.Heavy.Client.create_dashboard | ( | self, | |
session, | |||
dashboard_name, | |||
dashboard_state, | |||
image_hash, | |||
dashboard_metadata | |||
) |
Parameters: - session - dashboard_name - dashboard_state - image_hash - dashboard_metadata
Definition at line 2918 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_create_dashboard(), and heavydb.thrift.Heavy.Client.send_create_dashboard().
def heavydb.thrift.Heavy.Client.create_link | ( | self, | |
session, | |||
view_state, | |||
view_metadata | |||
) |
Parameters: - session - view_state - view_metadata
Definition at line 3302 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_create_link(), and heavydb.thrift.Heavy.Client.send_create_link().
def heavydb.thrift.Heavy.Client.create_table | ( | self, | |
session, | |||
table_name, | |||
row_desc, | |||
create_params | |||
) |
Parameters: - session - table_name - row_desc - create_params
Definition at line 3530 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_create_table(), and heavydb.thrift.Heavy.Client.send_create_table().
def heavydb.thrift.Heavy.Client.deallocate_df | ( | self, | |
session, | |||
df, | |||
device_type, | |||
device_id | |||
) |
Parameters: - session - df - device_type - device_id
Definition at line 2438 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_deallocate_df(), and heavydb.thrift.Heavy.Client.send_deallocate_df().
def heavydb.thrift.Heavy.Client.delete_custom_expressions | ( | self, | |
session, | |||
custom_expression_ids, | |||
do_soft_delete | |||
) |
Parameters: - session - custom_expression_ids - do_soft_delete
Definition at line 2812 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_delete_custom_expressions(), and heavydb.thrift.Heavy.Client.send_delete_custom_expressions().
def heavydb.thrift.Heavy.Client.delete_dashboard | ( | self, | |
session, | |||
dashboard_id | |||
) |
Parameters: - session - dashboard_id
Definition at line 3004 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_delete_dashboard(), and heavydb.thrift.Heavy.Client.send_delete_dashboard().
def heavydb.thrift.Heavy.Client.delete_dashboards | ( | self, | |
session, | |||
dashboard_ids | |||
) |
Parameters: - session - dashboard_ids
Definition at line 3076 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_delete_dashboards(), and heavydb.thrift.Heavy.Client.send_delete_dashboards().
def heavydb.thrift.Heavy.Client.detect_column_types | ( | self, | |
session, | |||
file_name, | |||
copy_params | |||
) |
Parameters: - session - file_name - copy_params
Definition at line 3492 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_detect_column_types(), and heavydb.thrift.Heavy.Client.send_detect_column_types().
def heavydb.thrift.Heavy.Client.disconnect | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1096 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_disconnect(), and heavydb.thrift.Heavy.Client.send_disconnect().
def heavydb.thrift.Heavy.Client.execute_next_render_step | ( | self, | |
pending_render, | |||
merged_data | |||
) |
Parameters: - pending_render - merged_data
Definition at line 4032 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_execute_next_render_step(), and heavydb.thrift.Heavy.Client.send_execute_next_render_step().
def heavydb.thrift.Heavy.Client.execute_query_step | ( | self, | |
pending_query, | |||
subquery_id, | |||
start_time_str | |||
) |
Parameters: - pending_query - subquery_id - start_time_str
Definition at line 3914 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_execute_query_step(), and heavydb.thrift.Heavy.Client.send_execute_query_step().
def heavydb.thrift.Heavy.Client.get_all_effective_roles_for_user | ( | self, | |
session, | |||
userName | |||
) |
Parameters: - session - userName
Definition at line 4314 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_all_effective_roles_for_user(), and heavydb.thrift.Heavy.Client.send_get_all_effective_roles_for_user().
def heavydb.thrift.Heavy.Client.get_all_files_in_archive | ( | self, | |
session, | |||
archive_path, | |||
copy_params | |||
) |
Parameters: - session - archive_path - copy_params
Definition at line 3722 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_all_files_in_archive(), and heavydb.thrift.Heavy.Client.send_get_all_files_in_archive().
def heavydb.thrift.Heavy.Client.get_all_roles_for_user | ( | self, | |
session, | |||
userName | |||
) |
Parameters: - session - userName
Definition at line 4278 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_all_roles_for_user(), and heavydb.thrift.Heavy.Client.send_get_all_roles_for_user().
def heavydb.thrift.Heavy.Client.get_completion_hints | ( | self, | |
session, | |||
sql, | |||
cursor | |||
) |
Parameters: - session - sql - cursor
Definition at line 2546 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_completion_hints(), and heavydb.thrift.Heavy.Client.send_get_completion_hints().
def heavydb.thrift.Heavy.Client.get_custom_expressions | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 2742 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_custom_expressions(), and heavydb.thrift.Heavy.Client.send_get_custom_expressions().
def heavydb.thrift.Heavy.Client.get_dashboard | ( | self, | |
session, | |||
dashboard_id | |||
) |
Parameters: - session - dashboard_id
Definition at line 2848 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_dashboard(), and heavydb.thrift.Heavy.Client.send_get_dashboard().
def heavydb.thrift.Heavy.Client.get_dashboard_grantees | ( | self, | |
session, | |||
dashboard_id | |||
) |
Parameters: - session - dashboard_id
Definition at line 3230 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_dashboard_grantees(), and heavydb.thrift.Heavy.Client.send_get_dashboard_grantees().
def heavydb.thrift.Heavy.Client.get_dashboards | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 2884 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_dashboards(), and heavydb.thrift.Heavy.Client.send_get_dashboards().
def heavydb.thrift.Heavy.Client.get_databases | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1654 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_databases(), and heavydb.thrift.Heavy.Client.send_get_databases().
def heavydb.thrift.Heavy.Client.get_db_object_privs | ( | self, | |
session, | |||
objectName, | |||
type | |||
) |
Parameters: - session - objectName - type
Definition at line 4240 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_db_object_privs(), and heavydb.thrift.Heavy.Client.send_get_db_object_privs().
def heavydb.thrift.Heavy.Client.get_db_objects_for_grantee | ( | self, | |
session, | |||
roleName | |||
) |
Parameters: - session - roleName
Definition at line 4204 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_db_objects_for_grantee(), and heavydb.thrift.Heavy.Client.send_get_db_objects_for_grantee().
def heavydb.thrift.Heavy.Client.get_device_parameters | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 4504 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_device_parameters(), and heavydb.thrift.Heavy.Client.send_get_device_parameters().
def heavydb.thrift.Heavy.Client.get_first_geo_file_in_archive | ( | self, | |
session, | |||
archive_path, | |||
copy_params | |||
) |
Parameters: - session - archive_path - copy_params
Definition at line 3684 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_first_geo_file_in_archive(), and heavydb.thrift.Heavy.Client.send_get_first_geo_file_in_archive().
def heavydb.thrift.Heavy.Client.get_function_details | ( | self, | |
session, | |||
udf_names | |||
) |
Parameters: - session - udf_names
Definition at line 4748 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_function_details(), and heavydb.thrift.Heavy.Client.send_get_function_details().
def heavydb.thrift.Heavy.Client.get_function_names | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 4680 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_function_names(), and heavydb.thrift.Heavy.Client.send_get_function_names().
def heavydb.thrift.Heavy.Client.get_hardware_info | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1264 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_hardware_info(), and heavydb.thrift.Heavy.Client.send_get_hardware_info().
def heavydb.thrift.Heavy.Client.get_heap_profile | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1780 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_heap_profile(), and heavydb.thrift.Heavy.Client.send_get_heap_profile().
def heavydb.thrift.Heavy.Client.get_internal_table_details | ( | self, | |
session, | |||
table_name, | |||
include_system_columns | |||
) |
Parameters: - session - table_name - include_system_columns
Definition at line 1544 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_internal_table_details(), and heavydb.thrift.Heavy.Client.send_get_internal_table_details().
def heavydb.thrift.Heavy.Client.get_internal_table_details_for_database | ( | self, | |
session, | |||
table_name, | |||
database_name | |||
) |
Parameters: - session - table_name - database_name
Definition at line 1582 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_internal_table_details_for_database(), and heavydb.thrift.Heavy.Client.send_get_internal_table_details_for_database().
def heavydb.thrift.Heavy.Client.get_layers_in_geo_file | ( | self, | |
session, | |||
file_name, | |||
copy_params | |||
) |
Parameters: - session - file_name - copy_params
Definition at line 3760 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_layers_in_geo_file(), and heavydb.thrift.Heavy.Client.send_get_layers_in_geo_file().
def heavydb.thrift.Heavy.Client.get_license_claims | ( | self, | |
session, | |||
nonce | |||
) |
Parameters: - session - nonce
Definition at line 4468 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_license_claims(), and heavydb.thrift.Heavy.Client.send_get_license_claims().
def heavydb.thrift.Heavy.Client.get_link_view | ( | self, | |
session, | |||
link | |||
) |
Parameters: - session - link
Definition at line 3266 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_link_view(), and heavydb.thrift.Heavy.Client.send_get_link_view().
def heavydb.thrift.Heavy.Client.get_memory | ( | self, | |
session, | |||
memory_level | |||
) |
Parameters: - session - memory_level
Definition at line 1814 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_memory(), and heavydb.thrift.Heavy.Client.send_get_memory().
def heavydb.thrift.Heavy.Client.get_physical_tables | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1368 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_physical_tables(), and heavydb.thrift.Heavy.Client.send_get_physical_tables().
def heavydb.thrift.Heavy.Client.get_queries_info | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 2242 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_queries_info(), and heavydb.thrift.Heavy.Client.send_get_queries_info().
def heavydb.thrift.Heavy.Client.get_result_row_for_pixel | ( | self, | |
session, | |||
widget_id, | |||
pixel, | |||
table_col_names, | |||
column_format, | |||
pixelRadius, | |||
nonce | |||
) |
Parameters: - session - widget_id - pixel - table_col_names - column_format - pixelRadius - nonce
Definition at line 2660 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_result_row_for_pixel(), and heavydb.thrift.Heavy.Client.send_get_result_row_for_pixel().
def heavydb.thrift.Heavy.Client.get_roles | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 4170 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_roles(), and heavydb.thrift.Heavy.Client.send_get_roles().
def heavydb.thrift.Heavy.Client.get_runtime_function_names | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 4714 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_runtime_function_names(), and heavydb.thrift.Heavy.Client.send_get_runtime_function_names().
def heavydb.thrift.Heavy.Client.get_runtime_table_function_names | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 4610 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_runtime_table_function_names(), and heavydb.thrift.Heavy.Client.send_get_runtime_table_function_names().
def heavydb.thrift.Heavy.Client.get_server_status | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1196 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_server_status(), and heavydb.thrift.Heavy.Client.send_get_server_status().
def heavydb.thrift.Heavy.Client.get_session_info | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 2208 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_session_info(), and heavydb.thrift.Heavy.Client.send_get_session_info().
def heavydb.thrift.Heavy.Client.get_status | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1230 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_status(), and heavydb.thrift.Heavy.Client.send_get_status().
def heavydb.thrift.Heavy.Client.get_table_details | ( | self, | |
session, | |||
table_name | |||
) |
Parameters: - session - table_name
Definition at line 1470 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_table_details(), and heavydb.thrift.Heavy.Client.send_get_table_details().
def heavydb.thrift.Heavy.Client.get_table_details_for_database | ( | self, | |
session, | |||
table_name, | |||
database_name | |||
) |
Parameters: - session - table_name - database_name
Definition at line 1506 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_table_details_for_database(), and heavydb.thrift.Heavy.Client.send_get_table_details_for_database().
def heavydb.thrift.Heavy.Client.get_table_epoch | ( | self, | |
session, | |||
db_id, | |||
table_id | |||
) |
Parameters: - session - db_id - table_id
Definition at line 2068 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_table_epoch(), and heavydb.thrift.Heavy.Client.send_get_table_epoch().
def heavydb.thrift.Heavy.Client.get_table_epoch_by_name | ( | self, | |
session, | |||
table_name | |||
) |
Parameters: - session - table_name
Definition at line 2104 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_table_epoch_by_name(), and heavydb.thrift.Heavy.Client.send_get_table_epoch_by_name().
def heavydb.thrift.Heavy.Client.get_table_epochs | ( | self, | |
session, | |||
db_id, | |||
table_id | |||
) |
Parameters: - session - db_id - table_id
Definition at line 2138 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_table_epochs(), and heavydb.thrift.Heavy.Client.send_get_table_epochs().
def heavydb.thrift.Heavy.Client.get_table_function_details | ( | self, | |
session, | |||
udtf_names | |||
) |
Parameters: - session - udtf_names
Definition at line 4644 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_table_function_details(), and heavydb.thrift.Heavy.Client.send_get_table_function_details().
def heavydb.thrift.Heavy.Client.get_table_function_names | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 4576 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_table_function_names(), and heavydb.thrift.Heavy.Client.send_get_table_function_names().
def heavydb.thrift.Heavy.Client.get_tables | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1298 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_tables(), and heavydb.thrift.Heavy.Client.send_get_tables().
def heavydb.thrift.Heavy.Client.get_tables_for_database | ( | self, | |
session, | |||
database_name | |||
) |
Parameters: - session - database_name
Definition at line 1332 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_tables_for_database(), and heavydb.thrift.Heavy.Client.send_get_tables_for_database().
def heavydb.thrift.Heavy.Client.get_tables_meta | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1436 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_tables_meta(), and heavydb.thrift.Heavy.Client.send_get_tables_meta().
def heavydb.thrift.Heavy.Client.get_users | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1620 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_users(), and heavydb.thrift.Heavy.Client.send_get_users().
def heavydb.thrift.Heavy.Client.get_version | ( | self | ) |
Definition at line 1688 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_version(), and heavydb.thrift.Heavy.Client.send_get_version().
def heavydb.thrift.Heavy.Client.get_views | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1402 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_get_views(), and heavydb.thrift.Heavy.Client.send_get_views().
def heavydb.thrift.Heavy.Client.has_object_privilege | ( | self, | |
session, | |||
granteeName, | |||
ObjectName, | |||
objectType, | |||
permissions | |||
) |
Parameters: - session - granteeName - ObjectName - objectType - permissions
Definition at line 4388 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_has_object_privilege(), and heavydb.thrift.Heavy.Client.send_has_object_privilege().
def heavydb.thrift.Heavy.Client.has_role | ( | self, | |
session, | |||
granteeName, | |||
roleName | |||
) |
Parameters: - session - granteeName - roleName
Definition at line 4350 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_has_role(), and heavydb.thrift.Heavy.Client.send_has_role().
def heavydb.thrift.Heavy.Client.import_geo_table | ( | self, | |
session, | |||
table_name, | |||
file_name, | |||
copy_params, | |||
row_desc, | |||
create_params | |||
) |
Parameters: - session - table_name - file_name - copy_params - row_desc - create_params
Definition at line 3606 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_import_geo_table(), and heavydb.thrift.Heavy.Client.send_import_geo_table().
def heavydb.thrift.Heavy.Client.import_table | ( | self, | |
session, | |||
table_name, | |||
file_name, | |||
copy_params | |||
) |
Parameters: - session - table_name - file_name - copy_params
Definition at line 3568 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_import_table(), and heavydb.thrift.Heavy.Client.send_import_table().
def heavydb.thrift.Heavy.Client.import_table_status | ( | self, | |
session, | |||
import_id | |||
) |
Parameters: - session - import_id
Definition at line 3648 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_import_table_status(), and heavydb.thrift.Heavy.Client.send_import_table_status().
def heavydb.thrift.Heavy.Client.insert_chunks | ( | self, | |
session, | |||
insert_chunks | |||
) |
Parameters: - session - insert_chunks
Definition at line 4102 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_insert_chunks(), and heavydb.thrift.Heavy.Client.send_insert_chunks().
def heavydb.thrift.Heavy.Client.insert_data | ( | self, | |
session, | |||
insert_data | |||
) |
Parameters: - session - insert_data
Definition at line 4068 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_insert_data(), and heavydb.thrift.Heavy.Client.send_insert_data().
def heavydb.thrift.Heavy.Client.interrupt | ( | self, | |
query_session, | |||
interrupt_session | |||
) |
Parameters: - query_session - interrupt_session
Definition at line 2476 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_interrupt(), and heavydb.thrift.Heavy.Client.send_interrupt().
def heavydb.thrift.Heavy.Client.invalidate_cur_session | ( | self, | |
parent_session, | |||
leaf_session, | |||
start_time_str, | |||
label, | |||
for_running_query_kernel | |||
) |
Parameters: - parent_session - leaf_session - start_time_str - label - for_running_query_kernel
Definition at line 1954 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_invalidate_cur_session(), and heavydb.thrift.Heavy.Client.send_invalidate_cur_session().
def heavydb.thrift.Heavy.Client.krb5_connect | ( | self, | |
inputToken, | |||
dbname | |||
) |
Parameters: - inputToken - dbname
Definition at line 1060 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_krb5_connect(), and heavydb.thrift.Heavy.Client.send_krb5_connect().
def heavydb.thrift.Heavy.Client.load_table | ( | self, | |
session, | |||
table_name, | |||
rows, | |||
column_names | |||
) |
Parameters: - session - table_name - rows - column_names
Definition at line 3454 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_load_table(), and heavydb.thrift.Heavy.Client.send_load_table().
def heavydb.thrift.Heavy.Client.load_table_binary | ( | self, | |
session, | |||
table_name, | |||
rows, | |||
column_names | |||
) |
Parameters: - session - table_name - rows - column_names
Definition at line 3340 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_load_table_binary(), and heavydb.thrift.Heavy.Client.send_load_table_binary().
def heavydb.thrift.Heavy.Client.load_table_binary_arrow | ( | self, | |
session, | |||
table_name, | |||
arrow_stream, | |||
use_column_names | |||
) |
Parameters: - session - table_name - arrow_stream - use_column_names
Definition at line 3416 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_load_table_binary_arrow(), and heavydb.thrift.Heavy.Client.send_load_table_binary_arrow().
def heavydb.thrift.Heavy.Client.load_table_binary_columnar | ( | self, | |
session, | |||
table_name, | |||
cols, | |||
column_names | |||
) |
Parameters: - session - table_name - cols - column_names
Definition at line 3378 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_load_table_binary_columnar(), and heavydb.thrift.Heavy.Client.send_load_table_binary_columnar().
def heavydb.thrift.Heavy.Client.query_get_outer_fragment_count | ( | self, | |
session, | |||
query | |||
) |
Parameters: - session - query
Definition at line 3798 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_query_get_outer_fragment_count(), and heavydb.thrift.Heavy.Client.send_query_get_outer_fragment_count().
def heavydb.thrift.Heavy.Client.recv_broadcast_serialized_rows | ( | self | ) |
Definition at line 3977 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.broadcast_serialized_rows().
def heavydb.thrift.Heavy.Client.recv_check_table_consistency | ( | self | ) |
Definition at line 3853 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.check_table_consistency().
def heavydb.thrift.Heavy.Client.recv_checkpoint | ( | self | ) |
Definition at line 4155 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.checkpoint().
def heavydb.thrift.Heavy.Client.recv_clear_cpu_memory | ( | self | ) |
Definition at line 1867 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.clear_cpu_memory().
def heavydb.thrift.Heavy.Client.recv_clear_gpu_memory | ( | self | ) |
Definition at line 1899 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.clear_gpu_memory().
def heavydb.thrift.Heavy.Client.recv_clone_session | ( | self | ) |
Definition at line 1179 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.clone_session().
def heavydb.thrift.Heavy.Client.recv_connect | ( | self | ) |
Definition at line 1043 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.connect().
def heavydb.thrift.Heavy.Client.recv_create_custom_expression | ( | self | ) |
Definition at line 2725 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.create_custom_expression().
def heavydb.thrift.Heavy.Client.recv_create_dashboard | ( | self | ) |
Definition at line 2943 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.create_dashboard().
def heavydb.thrift.Heavy.Client.recv_create_link | ( | self | ) |
Definition at line 3323 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.create_link().
def heavydb.thrift.Heavy.Client.recv_create_table | ( | self | ) |
Definition at line 3553 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.create_table().
def heavydb.thrift.Heavy.Client.recv_deallocate_df | ( | self | ) |
Definition at line 2461 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.deallocate_df().
def heavydb.thrift.Heavy.Client.recv_delete_custom_expressions | ( | self | ) |
Definition at line 2833 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.delete_custom_expressions().
def heavydb.thrift.Heavy.Client.recv_delete_dashboard | ( | self | ) |
Definition at line 3023 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.delete_dashboard().
def heavydb.thrift.Heavy.Client.recv_delete_dashboards | ( | self | ) |
Definition at line 3095 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.delete_dashboards().
def heavydb.thrift.Heavy.Client.recv_detect_column_types | ( | self | ) |
Definition at line 3513 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.detect_column_types().
def heavydb.thrift.Heavy.Client.recv_disconnect | ( | self | ) |
Definition at line 1113 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.disconnect().
def heavydb.thrift.Heavy.Client.recv_execute_next_render_step | ( | self | ) |
Definition at line 4051 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.execute_next_render_step().
def heavydb.thrift.Heavy.Client.recv_execute_query_step | ( | self | ) |
Definition at line 3935 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.execute_query_step().
def heavydb.thrift.Heavy.Client.recv_get_all_effective_roles_for_user | ( | self | ) |
Definition at line 4333 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_all_effective_roles_for_user().
def heavydb.thrift.Heavy.Client.recv_get_all_files_in_archive | ( | self | ) |
Definition at line 3743 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_all_files_in_archive().
def heavydb.thrift.Heavy.Client.recv_get_all_roles_for_user | ( | self | ) |
Definition at line 4297 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_all_roles_for_user().
def heavydb.thrift.Heavy.Client.recv_get_completion_hints | ( | self | ) |
Definition at line 2567 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_completion_hints().
def heavydb.thrift.Heavy.Client.recv_get_custom_expressions | ( | self | ) |
Definition at line 2759 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_custom_expressions().
def heavydb.thrift.Heavy.Client.recv_get_dashboard | ( | self | ) |
Definition at line 2867 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_dashboard().
def heavydb.thrift.Heavy.Client.recv_get_dashboard_grantees | ( | self | ) |
Definition at line 3249 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_dashboard_grantees().
def heavydb.thrift.Heavy.Client.recv_get_dashboards | ( | self | ) |
Definition at line 2901 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_dashboards().
def heavydb.thrift.Heavy.Client.recv_get_databases | ( | self | ) |
Definition at line 1671 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_databases().
def heavydb.thrift.Heavy.Client.recv_get_db_object_privs | ( | self | ) |
Definition at line 4261 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_db_object_privs().
def heavydb.thrift.Heavy.Client.recv_get_db_objects_for_grantee | ( | self | ) |
Definition at line 4223 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_db_objects_for_grantee().
def heavydb.thrift.Heavy.Client.recv_get_device_parameters | ( | self | ) |
Definition at line 4521 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_device_parameters().
def heavydb.thrift.Heavy.Client.recv_get_first_geo_file_in_archive | ( | self | ) |
Definition at line 3705 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_first_geo_file_in_archive().
def heavydb.thrift.Heavy.Client.recv_get_function_details | ( | self | ) |
Definition at line 4767 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_function_details().
def heavydb.thrift.Heavy.Client.recv_get_function_names | ( | self | ) |
Definition at line 4697 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_function_names().
def heavydb.thrift.Heavy.Client.recv_get_hardware_info | ( | self | ) |
Definition at line 1281 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_hardware_info().
def heavydb.thrift.Heavy.Client.recv_get_heap_profile | ( | self | ) |
Definition at line 1797 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_heap_profile().
def heavydb.thrift.Heavy.Client.recv_get_internal_table_details | ( | self | ) |
Definition at line 1565 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_internal_table_details().
def heavydb.thrift.Heavy.Client.recv_get_internal_table_details_for_database | ( | self | ) |
Definition at line 1603 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_internal_table_details_for_database().
def heavydb.thrift.Heavy.Client.recv_get_layers_in_geo_file | ( | self | ) |
Definition at line 3781 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_layers_in_geo_file().
def heavydb.thrift.Heavy.Client.recv_get_license_claims | ( | self | ) |
Definition at line 4487 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_license_claims().
def heavydb.thrift.Heavy.Client.recv_get_link_view | ( | self | ) |
Definition at line 3285 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_link_view().
def heavydb.thrift.Heavy.Client.recv_get_memory | ( | self | ) |
Definition at line 1833 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_memory().
def heavydb.thrift.Heavy.Client.recv_get_physical_tables | ( | self | ) |
Definition at line 1385 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_physical_tables().
def heavydb.thrift.Heavy.Client.recv_get_queries_info | ( | self | ) |
Definition at line 2259 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_queries_info().
def heavydb.thrift.Heavy.Client.recv_get_result_row_for_pixel | ( | self | ) |
Definition at line 2689 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_result_row_for_pixel().
def heavydb.thrift.Heavy.Client.recv_get_roles | ( | self | ) |
Definition at line 4187 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_roles().
def heavydb.thrift.Heavy.Client.recv_get_runtime_function_names | ( | self | ) |
Definition at line 4731 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_runtime_function_names().
def heavydb.thrift.Heavy.Client.recv_get_runtime_table_function_names | ( | self | ) |
Definition at line 4627 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_runtime_table_function_names().
def heavydb.thrift.Heavy.Client.recv_get_server_status | ( | self | ) |
Definition at line 1213 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_server_status().
def heavydb.thrift.Heavy.Client.recv_get_session_info | ( | self | ) |
Definition at line 2225 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_session_info().
def heavydb.thrift.Heavy.Client.recv_get_status | ( | self | ) |
Definition at line 1247 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_status().
def heavydb.thrift.Heavy.Client.recv_get_table_details | ( | self | ) |
Definition at line 1489 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_table_details().
def heavydb.thrift.Heavy.Client.recv_get_table_details_for_database | ( | self | ) |
Definition at line 1527 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_table_details_for_database().
def heavydb.thrift.Heavy.Client.recv_get_table_epoch | ( | self | ) |
Definition at line 2089 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_table_epoch().
def heavydb.thrift.Heavy.Client.recv_get_table_epoch_by_name | ( | self | ) |
Definition at line 2123 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_table_epoch_by_name().
def heavydb.thrift.Heavy.Client.recv_get_table_epochs | ( | self | ) |
Definition at line 2159 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_table_epochs().
def heavydb.thrift.Heavy.Client.recv_get_table_function_details | ( | self | ) |
Definition at line 4663 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_table_function_details().
def heavydb.thrift.Heavy.Client.recv_get_table_function_names | ( | self | ) |
Definition at line 4593 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_table_function_names().
def heavydb.thrift.Heavy.Client.recv_get_tables | ( | self | ) |
Definition at line 1315 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_tables().
def heavydb.thrift.Heavy.Client.recv_get_tables_for_database | ( | self | ) |
Definition at line 1351 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_tables_for_database().
def heavydb.thrift.Heavy.Client.recv_get_tables_meta | ( | self | ) |
Definition at line 1453 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_tables_meta().
def heavydb.thrift.Heavy.Client.recv_get_users | ( | self | ) |
Definition at line 1637 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_users().
def heavydb.thrift.Heavy.Client.recv_get_version | ( | self | ) |
Definition at line 1699 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_version().
def heavydb.thrift.Heavy.Client.recv_get_views | ( | self | ) |
Definition at line 1419 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.get_views().
def heavydb.thrift.Heavy.Client.recv_has_object_privilege | ( | self | ) |
Definition at line 4413 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.has_object_privilege().
def heavydb.thrift.Heavy.Client.recv_has_role | ( | self | ) |
Definition at line 4371 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.has_role().
def heavydb.thrift.Heavy.Client.recv_import_geo_table | ( | self | ) |
Definition at line 3633 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.import_geo_table().
def heavydb.thrift.Heavy.Client.recv_import_table | ( | self | ) |
Definition at line 3591 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.import_table().
def heavydb.thrift.Heavy.Client.recv_import_table_status | ( | self | ) |
Definition at line 3667 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.import_table_status().
def heavydb.thrift.Heavy.Client.recv_insert_chunks | ( | self | ) |
Definition at line 4121 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.insert_chunks().
def heavydb.thrift.Heavy.Client.recv_insert_data | ( | self | ) |
Definition at line 4087 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.insert_data().
def heavydb.thrift.Heavy.Client.recv_interrupt | ( | self | ) |
Definition at line 2495 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.interrupt().
def heavydb.thrift.Heavy.Client.recv_invalidate_cur_session | ( | self | ) |
Definition at line 1979 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.invalidate_cur_session().
def heavydb.thrift.Heavy.Client.recv_krb5_connect | ( | self | ) |
Definition at line 1079 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.krb5_connect().
def heavydb.thrift.Heavy.Client.recv_load_table | ( | self | ) |
Definition at line 3477 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.load_table().
def heavydb.thrift.Heavy.Client.recv_load_table_binary | ( | self | ) |
Definition at line 3363 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.load_table_binary().
def heavydb.thrift.Heavy.Client.recv_load_table_binary_arrow | ( | self | ) |
Definition at line 3439 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.load_table_binary_arrow().
def heavydb.thrift.Heavy.Client.recv_load_table_binary_columnar | ( | self | ) |
Definition at line 3401 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.load_table_binary_columnar().
def heavydb.thrift.Heavy.Client.recv_query_get_outer_fragment_count | ( | self | ) |
Definition at line 3817 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.query_get_outer_fragment_count().
def heavydb.thrift.Heavy.Client.recv_register_runtime_extension_functions | ( | self | ) |
Definition at line 4561 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.register_runtime_extension_functions().
def heavydb.thrift.Heavy.Client.recv_render_vega | ( | self | ) |
Definition at line 2643 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.render_vega().
def heavydb.thrift.Heavy.Client.recv_replace_dashboard | ( | self | ) |
Definition at line 2989 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.replace_dashboard().
def heavydb.thrift.Heavy.Client.recv_set_cur_session | ( | self | ) |
Definition at line 1939 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.set_cur_session().
def heavydb.thrift.Heavy.Client.recv_set_execution_mode | ( | self | ) |
Definition at line 2603 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.set_execution_mode().
def heavydb.thrift.Heavy.Client.recv_set_leaf_info | ( | self | ) |
Definition at line 2295 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.set_leaf_info().
def heavydb.thrift.Heavy.Client.recv_set_license_key | ( | self | ) |
Definition at line 4451 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.set_license_key().
def heavydb.thrift.Heavy.Client.recv_set_table_epoch | ( | self | ) |
Definition at line 2017 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.set_table_epoch().
def heavydb.thrift.Heavy.Client.recv_set_table_epoch_by_name | ( | self | ) |
Definition at line 2053 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.set_table_epoch_by_name().
def heavydb.thrift.Heavy.Client.recv_set_table_epochs | ( | self | ) |
Definition at line 2195 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.set_table_epochs().
def heavydb.thrift.Heavy.Client.recv_share_dashboard | ( | self | ) |
Definition at line 3137 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.share_dashboard().
def heavydb.thrift.Heavy.Client.recv_share_dashboards | ( | self | ) |
Definition at line 3061 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.share_dashboards().
def heavydb.thrift.Heavy.Client.recv_sql_execute | ( | self | ) |
Definition at line 2337 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.sql_execute().
def heavydb.thrift.Heavy.Client.recv_sql_execute_df | ( | self | ) |
Definition at line 2381 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.sql_execute_df().
def heavydb.thrift.Heavy.Client.recv_sql_execute_gdf | ( | self | ) |
Definition at line 2421 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.sql_execute_gdf().
def heavydb.thrift.Heavy.Client.recv_sql_validate | ( | self | ) |
Definition at line 2529 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.sql_validate().
def heavydb.thrift.Heavy.Client.recv_start_heap_profile | ( | self | ) |
Definition at line 1733 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.start_heap_profile().
def heavydb.thrift.Heavy.Client.recv_start_query | ( | self | ) |
Definition at line 3897 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.start_query().
def heavydb.thrift.Heavy.Client.recv_start_render_query | ( | self | ) |
Definition at line 4015 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.start_render_query().
def heavydb.thrift.Heavy.Client.recv_stop_heap_profile | ( | self | ) |
Definition at line 1765 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.stop_heap_profile().
def heavydb.thrift.Heavy.Client.recv_switch_database | ( | self | ) |
Definition at line 1147 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.switch_database().
def heavydb.thrift.Heavy.Client.recv_unshare_dashboard | ( | self | ) |
Definition at line 3177 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.unshare_dashboard().
def heavydb.thrift.Heavy.Client.recv_unshare_dashboards | ( | self | ) |
Definition at line 3215 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.unshare_dashboards().
def heavydb.thrift.Heavy.Client.recv_update_custom_expression | ( | self | ) |
Definition at line 2797 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.update_custom_expression().
def heavydb.thrift.Heavy.Client.register_runtime_extension_functions | ( | self, | |
session, | |||
udfs, | |||
udtfs, | |||
device_ir_map | |||
) |
Parameters: - session - udfs - udtfs - device_ir_map
Definition at line 4538 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_register_runtime_extension_functions(), and heavydb.thrift.Heavy.Client.send_register_runtime_extension_functions().
def heavydb.thrift.Heavy.Client.render_vega | ( | self, | |
session, | |||
widget_id, | |||
vega_json, | |||
compression_level, | |||
nonce | |||
) |
Parameters: - session - widget_id - vega_json - compression_level - nonce
Definition at line 2618 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_render_vega(), and heavydb.thrift.Heavy.Client.send_render_vega().
def heavydb.thrift.Heavy.Client.replace_dashboard | ( | self, | |
session, | |||
dashboard_id, | |||
dashboard_name, | |||
dashboard_owner, | |||
dashboard_state, | |||
image_hash, | |||
dashboard_metadata | |||
) |
Parameters: - session - dashboard_id - dashboard_name - dashboard_owner - dashboard_state - image_hash - dashboard_metadata
Definition at line 2960 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_replace_dashboard(), and heavydb.thrift.Heavy.Client.send_replace_dashboard().
def heavydb.thrift.Heavy.Client.send_broadcast_serialized_rows | ( | self, | |
serialized_rows, | |||
row_desc, | |||
query_id, | |||
subquery_id, | |||
is_final_subquery_result | |||
) |
Definition at line 3965 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.broadcast_serialized_rows().
def heavydb.thrift.Heavy.Client.send_check_table_consistency | ( | self, | |
session, | |||
table_id | |||
) |
Definition at line 3844 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.check_table_consistency().
def heavydb.thrift.Heavy.Client.send_checkpoint | ( | self, | |
session, | |||
table_id | |||
) |
Definition at line 4146 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.checkpoint().
def heavydb.thrift.Heavy.Client.send_clear_cpu_memory | ( | self, | |
session | |||
) |
Definition at line 1859 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.clear_cpu_memory().
def heavydb.thrift.Heavy.Client.send_clear_gpu_memory | ( | self, | |
session | |||
) |
Definition at line 1891 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.clear_gpu_memory().
def heavydb.thrift.Heavy.Client.send_clone_session | ( | self, | |
session | |||
) |
Definition at line 1171 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.clone_session().
def heavydb.thrift.Heavy.Client.send_connect | ( | self, | |
user, | |||
passwd, | |||
dbname | |||
) |
Definition at line 1033 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.connect().
def heavydb.thrift.Heavy.Client.send_create_custom_expression | ( | self, | |
session, | |||
custom_expression | |||
) |
Definition at line 2716 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.create_custom_expression().
def heavydb.thrift.Heavy.Client.send_create_dashboard | ( | self, | |
session, | |||
dashboard_name, | |||
dashboard_state, | |||
image_hash, | |||
dashboard_metadata | |||
) |
Definition at line 2931 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.create_dashboard().
def heavydb.thrift.Heavy.Client.send_create_link | ( | self, | |
session, | |||
view_state, | |||
view_metadata | |||
) |
Definition at line 3313 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.create_link().
def heavydb.thrift.Heavy.Client.send_create_table | ( | self, | |
session, | |||
table_name, | |||
row_desc, | |||
create_params | |||
) |
Definition at line 3542 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.create_table().
def heavydb.thrift.Heavy.Client.send_deallocate_df | ( | self, | |
session, | |||
df, | |||
device_type, | |||
device_id | |||
) |
Definition at line 2450 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.deallocate_df().
def heavydb.thrift.Heavy.Client.send_delete_custom_expressions | ( | self, | |
session, | |||
custom_expression_ids, | |||
do_soft_delete | |||
) |
Definition at line 2823 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.delete_custom_expressions().
def heavydb.thrift.Heavy.Client.send_delete_dashboard | ( | self, | |
session, | |||
dashboard_id | |||
) |
Definition at line 3014 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.delete_dashboard().
def heavydb.thrift.Heavy.Client.send_delete_dashboards | ( | self, | |
session, | |||
dashboard_ids | |||
) |
Definition at line 3086 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.delete_dashboards().
def heavydb.thrift.Heavy.Client.send_detect_column_types | ( | self, | |
session, | |||
file_name, | |||
copy_params | |||
) |
Definition at line 3503 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.detect_column_types().
def heavydb.thrift.Heavy.Client.send_disconnect | ( | self, | |
session | |||
) |
Definition at line 1105 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.disconnect().
def heavydb.thrift.Heavy.Client.send_execute_next_render_step | ( | self, | |
pending_render, | |||
merged_data | |||
) |
Definition at line 4042 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.execute_next_render_step().
def heavydb.thrift.Heavy.Client.send_execute_query_step | ( | self, | |
pending_query, | |||
subquery_id, | |||
start_time_str | |||
) |
Definition at line 3925 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.execute_query_step().
def heavydb.thrift.Heavy.Client.send_get_all_effective_roles_for_user | ( | self, | |
session, | |||
userName | |||
) |
Definition at line 4324 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_all_effective_roles_for_user().
def heavydb.thrift.Heavy.Client.send_get_all_files_in_archive | ( | self, | |
session, | |||
archive_path, | |||
copy_params | |||
) |
Definition at line 3733 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_all_files_in_archive().
def heavydb.thrift.Heavy.Client.send_get_all_roles_for_user | ( | self, | |
session, | |||
userName | |||
) |
Definition at line 4288 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_all_roles_for_user().
def heavydb.thrift.Heavy.Client.send_get_completion_hints | ( | self, | |
session, | |||
sql, | |||
cursor | |||
) |
Definition at line 2557 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_completion_hints().
def heavydb.thrift.Heavy.Client.send_get_custom_expressions | ( | self, | |
session | |||
) |
Definition at line 2751 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_custom_expressions().
def heavydb.thrift.Heavy.Client.send_get_dashboard | ( | self, | |
session, | |||
dashboard_id | |||
) |
Definition at line 2858 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_dashboard().
def heavydb.thrift.Heavy.Client.send_get_dashboard_grantees | ( | self, | |
session, | |||
dashboard_id | |||
) |
Definition at line 3240 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_dashboard_grantees().
def heavydb.thrift.Heavy.Client.send_get_dashboards | ( | self, | |
session | |||
) |
Definition at line 2893 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_dashboards().
def heavydb.thrift.Heavy.Client.send_get_databases | ( | self, | |
session | |||
) |
Definition at line 1663 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_databases().
def heavydb.thrift.Heavy.Client.send_get_db_object_privs | ( | self, | |
session, | |||
objectName, | |||
type | |||
) |
Definition at line 4251 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_db_object_privs().
def heavydb.thrift.Heavy.Client.send_get_db_objects_for_grantee | ( | self, | |
session, | |||
roleName | |||
) |
Definition at line 4214 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_db_objects_for_grantee().
def heavydb.thrift.Heavy.Client.send_get_device_parameters | ( | self, | |
session | |||
) |
Definition at line 4513 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_device_parameters().
def heavydb.thrift.Heavy.Client.send_get_first_geo_file_in_archive | ( | self, | |
session, | |||
archive_path, | |||
copy_params | |||
) |
Definition at line 3695 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_first_geo_file_in_archive().
def heavydb.thrift.Heavy.Client.send_get_function_details | ( | self, | |
session, | |||
udf_names | |||
) |
Definition at line 4758 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_function_details().
def heavydb.thrift.Heavy.Client.send_get_function_names | ( | self, | |
session | |||
) |
Definition at line 4689 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_function_names().
def heavydb.thrift.Heavy.Client.send_get_hardware_info | ( | self, | |
session | |||
) |
Definition at line 1273 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_hardware_info().
def heavydb.thrift.Heavy.Client.send_get_heap_profile | ( | self, | |
session | |||
) |
Definition at line 1789 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_heap_profile().
def heavydb.thrift.Heavy.Client.send_get_internal_table_details | ( | self, | |
session, | |||
table_name, | |||
include_system_columns | |||
) |
Definition at line 1555 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_internal_table_details().
def heavydb.thrift.Heavy.Client.send_get_internal_table_details_for_database | ( | self, | |
session, | |||
table_name, | |||
database_name | |||
) |
Definition at line 1593 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_internal_table_details_for_database().
def heavydb.thrift.Heavy.Client.send_get_layers_in_geo_file | ( | self, | |
session, | |||
file_name, | |||
copy_params | |||
) |
Definition at line 3771 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_layers_in_geo_file().
def heavydb.thrift.Heavy.Client.send_get_license_claims | ( | self, | |
session, | |||
nonce | |||
) |
Definition at line 4478 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_license_claims().
def heavydb.thrift.Heavy.Client.send_get_link_view | ( | self, | |
session, | |||
link | |||
) |
Definition at line 3276 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_link_view().
def heavydb.thrift.Heavy.Client.send_get_memory | ( | self, | |
session, | |||
memory_level | |||
) |
Definition at line 1824 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_memory().
def heavydb.thrift.Heavy.Client.send_get_physical_tables | ( | self, | |
session | |||
) |
Definition at line 1377 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_physical_tables().
def heavydb.thrift.Heavy.Client.send_get_queries_info | ( | self, | |
session | |||
) |
Definition at line 2251 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_queries_info().
def heavydb.thrift.Heavy.Client.send_get_result_row_for_pixel | ( | self, | |
session, | |||
widget_id, | |||
pixel, | |||
table_col_names, | |||
column_format, | |||
pixelRadius, | |||
nonce | |||
) |
Definition at line 2675 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_result_row_for_pixel().
def heavydb.thrift.Heavy.Client.send_get_roles | ( | self, | |
session | |||
) |
Definition at line 4179 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_roles().
def heavydb.thrift.Heavy.Client.send_get_runtime_function_names | ( | self, | |
session | |||
) |
Definition at line 4723 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_runtime_function_names().
def heavydb.thrift.Heavy.Client.send_get_runtime_table_function_names | ( | self, | |
session | |||
) |
Definition at line 4619 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_runtime_table_function_names().
def heavydb.thrift.Heavy.Client.send_get_server_status | ( | self, | |
session | |||
) |
Definition at line 1205 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_server_status().
def heavydb.thrift.Heavy.Client.send_get_session_info | ( | self, | |
session | |||
) |
Definition at line 2217 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_session_info().
def heavydb.thrift.Heavy.Client.send_get_status | ( | self, | |
session | |||
) |
Definition at line 1239 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_status().
def heavydb.thrift.Heavy.Client.send_get_table_details | ( | self, | |
session, | |||
table_name | |||
) |
Definition at line 1480 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_table_details().
def heavydb.thrift.Heavy.Client.send_get_table_details_for_database | ( | self, | |
session, | |||
table_name, | |||
database_name | |||
) |
Definition at line 1517 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_table_details_for_database().
def heavydb.thrift.Heavy.Client.send_get_table_epoch | ( | self, | |
session, | |||
db_id, | |||
table_id | |||
) |
Definition at line 2079 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_table_epoch().
def heavydb.thrift.Heavy.Client.send_get_table_epoch_by_name | ( | self, | |
session, | |||
table_name | |||
) |
Definition at line 2114 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_table_epoch_by_name().
def heavydb.thrift.Heavy.Client.send_get_table_epochs | ( | self, | |
session, | |||
db_id, | |||
table_id | |||
) |
Definition at line 2149 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_table_epochs().
def heavydb.thrift.Heavy.Client.send_get_table_function_details | ( | self, | |
session, | |||
udtf_names | |||
) |
Definition at line 4654 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_table_function_details().
def heavydb.thrift.Heavy.Client.send_get_table_function_names | ( | self, | |
session | |||
) |
Definition at line 4585 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_table_function_names().
def heavydb.thrift.Heavy.Client.send_get_tables | ( | self, | |
session | |||
) |
Definition at line 1307 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_tables().
def heavydb.thrift.Heavy.Client.send_get_tables_for_database | ( | self, | |
session, | |||
database_name | |||
) |
Definition at line 1342 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_tables_for_database().
def heavydb.thrift.Heavy.Client.send_get_tables_meta | ( | self, | |
session | |||
) |
Definition at line 1445 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_tables_meta().
def heavydb.thrift.Heavy.Client.send_get_users | ( | self, | |
session | |||
) |
Definition at line 1629 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_users().
def heavydb.thrift.Heavy.Client.send_get_version | ( | self | ) |
Definition at line 1692 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_version().
def heavydb.thrift.Heavy.Client.send_get_views | ( | self, | |
session | |||
) |
Definition at line 1411 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.get_views().
def heavydb.thrift.Heavy.Client.send_has_object_privilege | ( | self, | |
session, | |||
granteeName, | |||
ObjectName, | |||
objectType, | |||
permissions | |||
) |
Definition at line 4401 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.has_object_privilege().
def heavydb.thrift.Heavy.Client.send_has_role | ( | self, | |
session, | |||
granteeName, | |||
roleName | |||
) |
Definition at line 4361 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.has_role().
def heavydb.thrift.Heavy.Client.send_import_geo_table | ( | self, | |
session, | |||
table_name, | |||
file_name, | |||
copy_params, | |||
row_desc, | |||
create_params | |||
) |
Definition at line 3620 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.import_geo_table().
def heavydb.thrift.Heavy.Client.send_import_table | ( | self, | |
session, | |||
table_name, | |||
file_name, | |||
copy_params | |||
) |
Definition at line 3580 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.import_table().
def heavydb.thrift.Heavy.Client.send_import_table_status | ( | self, | |
session, | |||
import_id | |||
) |
Definition at line 3658 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.import_table_status().
def heavydb.thrift.Heavy.Client.send_insert_chunks | ( | self, | |
session, | |||
insert_chunks | |||
) |
Definition at line 4112 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.insert_chunks().
def heavydb.thrift.Heavy.Client.send_insert_data | ( | self, | |
session, | |||
insert_data | |||
) |
Definition at line 4078 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.insert_data().
def heavydb.thrift.Heavy.Client.send_interrupt | ( | self, | |
query_session, | |||
interrupt_session | |||
) |
Definition at line 2486 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.interrupt().
def heavydb.thrift.Heavy.Client.send_invalidate_cur_session | ( | self, | |
parent_session, | |||
leaf_session, | |||
start_time_str, | |||
label, | |||
for_running_query_kernel | |||
) |
Definition at line 1967 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.invalidate_cur_session().
def heavydb.thrift.Heavy.Client.send_krb5_connect | ( | self, | |
inputToken, | |||
dbname | |||
) |
Definition at line 1070 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.krb5_connect().
def heavydb.thrift.Heavy.Client.send_load_table | ( | self, | |
session, | |||
table_name, | |||
rows, | |||
column_names | |||
) |
Definition at line 3466 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.load_table().
def heavydb.thrift.Heavy.Client.send_load_table_binary | ( | self, | |
session, | |||
table_name, | |||
rows, | |||
column_names | |||
) |
Definition at line 3352 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.load_table_binary().
def heavydb.thrift.Heavy.Client.send_load_table_binary_arrow | ( | self, | |
session, | |||
table_name, | |||
arrow_stream, | |||
use_column_names | |||
) |
Definition at line 3428 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.load_table_binary_arrow().
def heavydb.thrift.Heavy.Client.send_load_table_binary_columnar | ( | self, | |
session, | |||
table_name, | |||
cols, | |||
column_names | |||
) |
Definition at line 3390 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.load_table_binary_columnar().
def heavydb.thrift.Heavy.Client.send_query_get_outer_fragment_count | ( | self, | |
session, | |||
query | |||
) |
Definition at line 3808 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.query_get_outer_fragment_count().
def heavydb.thrift.Heavy.Client.send_register_runtime_extension_functions | ( | self, | |
session, | |||
udfs, | |||
udtfs, | |||
device_ir_map | |||
) |
Definition at line 4550 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.register_runtime_extension_functions().
def heavydb.thrift.Heavy.Client.send_render_vega | ( | self, | |
session, | |||
widget_id, | |||
vega_json, | |||
compression_level, | |||
nonce | |||
) |
Definition at line 2631 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.render_vega().
def heavydb.thrift.Heavy.Client.send_replace_dashboard | ( | self, | |
session, | |||
dashboard_id, | |||
dashboard_name, | |||
dashboard_owner, | |||
dashboard_state, | |||
image_hash, | |||
dashboard_metadata | |||
) |
Definition at line 2975 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.replace_dashboard().
def heavydb.thrift.Heavy.Client.send_set_cur_session | ( | self, | |
parent_session, | |||
leaf_session, | |||
start_time_str, | |||
label, | |||
for_running_query_kernel | |||
) |
Definition at line 1927 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.set_cur_session().
def heavydb.thrift.Heavy.Client.send_set_execution_mode | ( | self, | |
session, | |||
mode | |||
) |
Definition at line 2594 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.set_execution_mode().
def heavydb.thrift.Heavy.Client.send_set_leaf_info | ( | self, | |
session, | |||
leaf_info | |||
) |
Definition at line 2286 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.set_leaf_info().
def heavydb.thrift.Heavy.Client.send_set_license_key | ( | self, | |
session, | |||
key, | |||
nonce | |||
) |
Definition at line 4441 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.set_license_key().
def heavydb.thrift.Heavy.Client.send_set_table_epoch | ( | self, | |
session, | |||
db_id, | |||
table_id, | |||
new_epoch | |||
) |
Definition at line 2006 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.set_table_epoch().
def heavydb.thrift.Heavy.Client.send_set_table_epoch_by_name | ( | self, | |
session, | |||
table_name, | |||
new_epoch | |||
) |
Definition at line 2043 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.set_table_epoch_by_name().
def heavydb.thrift.Heavy.Client.send_set_table_epochs | ( | self, | |
session, | |||
db_id, | |||
table_epochs | |||
) |
Definition at line 2185 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.set_table_epochs().
def heavydb.thrift.Heavy.Client.send_share_dashboard | ( | self, | |
session, | |||
dashboard_id, | |||
groups, | |||
objects, | |||
permissions, | |||
grant_role | |||
) |
Definition at line 3124 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.share_dashboard().
def heavydb.thrift.Heavy.Client.send_share_dashboards | ( | self, | |
session, | |||
dashboard_ids, | |||
groups, | |||
permissions | |||
) |
Definition at line 3050 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.share_dashboards().
def heavydb.thrift.Heavy.Client.send_sql_execute | ( | self, | |
session, | |||
query, | |||
column_format, | |||
nonce, | |||
first_n, | |||
at_most_n | |||
) |
Definition at line 2324 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.sql_execute().
def heavydb.thrift.Heavy.Client.send_sql_execute_df | ( | self, | |
session, | |||
query, | |||
device_type, | |||
device_id, | |||
first_n, | |||
transport_method | |||
) |
Definition at line 2368 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.sql_execute_df().
def heavydb.thrift.Heavy.Client.send_sql_execute_gdf | ( | self, | |
session, | |||
query, | |||
device_id, | |||
first_n | |||
) |
Definition at line 2410 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.sql_execute_gdf().
def heavydb.thrift.Heavy.Client.send_sql_validate | ( | self, | |
session, | |||
query | |||
) |
Definition at line 2520 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.sql_validate().
def heavydb.thrift.Heavy.Client.send_start_heap_profile | ( | self, | |
session | |||
) |
Definition at line 1725 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.start_heap_profile().
def heavydb.thrift.Heavy.Client.send_start_query | ( | self, | |
leaf_session, | |||
parent_session, | |||
query_ra, | |||
start_time_str, | |||
just_explain, | |||
outer_fragment_indices | |||
) |
Definition at line 3884 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.start_query().
def heavydb.thrift.Heavy.Client.send_start_render_query | ( | self, | |
session, | |||
widget_id, | |||
node_idx, | |||
vega_json | |||
) |
Definition at line 4004 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.start_render_query().
def heavydb.thrift.Heavy.Client.send_stop_heap_profile | ( | self, | |
session | |||
) |
Definition at line 1757 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.stop_heap_profile().
def heavydb.thrift.Heavy.Client.send_switch_database | ( | self, | |
session, | |||
dbname | |||
) |
Definition at line 1138 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.switch_database().
def heavydb.thrift.Heavy.Client.send_unshare_dashboard | ( | self, | |
session, | |||
dashboard_id, | |||
groups, | |||
objects, | |||
permissions | |||
) |
Definition at line 3165 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.unshare_dashboard().
def heavydb.thrift.Heavy.Client.send_unshare_dashboards | ( | self, | |
session, | |||
dashboard_ids, | |||
groups, | |||
permissions | |||
) |
Definition at line 3204 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.unshare_dashboards().
def heavydb.thrift.Heavy.Client.send_update_custom_expression | ( | self, | |
session, | |||
id, | |||
expression_json | |||
) |
Definition at line 2787 of file Heavy.py.
References heavydb.thrift.Heavy.Client._oprot, and heavydb.thrift.Heavy.Client._seqid.
Referenced by heavydb.thrift.Heavy.Client.update_custom_expression().
def heavydb.thrift.Heavy.Client.set_cur_session | ( | self, | |
parent_session, | |||
leaf_session, | |||
start_time_str, | |||
label, | |||
for_running_query_kernel | |||
) |
Parameters: - parent_session - leaf_session - start_time_str - label - for_running_query_kernel
Definition at line 1914 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_set_cur_session(), and heavydb.thrift.Heavy.Client.send_set_cur_session().
def heavydb.thrift.Heavy.Client.set_execution_mode | ( | self, | |
session, | |||
mode | |||
) |
Parameters: - session - mode
Definition at line 2584 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_set_execution_mode(), and heavydb.thrift.Heavy.Client.send_set_execution_mode().
def heavydb.thrift.Heavy.Client.set_leaf_info | ( | self, | |
session, | |||
leaf_info | |||
) |
Parameters: - session - leaf_info
Definition at line 2276 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_set_leaf_info(), and heavydb.thrift.Heavy.Client.send_set_leaf_info().
def heavydb.thrift.Heavy.Client.set_license_key | ( | self, | |
session, | |||
key, | |||
nonce | |||
) |
Parameters: - session - key - nonce
Definition at line 4430 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_set_license_key(), and heavydb.thrift.Heavy.Client.send_set_license_key().
def heavydb.thrift.Heavy.Client.set_table_epoch | ( | self, | |
session, | |||
db_id, | |||
table_id, | |||
new_epoch | |||
) |
Parameters: - session - db_id - table_id - new_epoch
Definition at line 1994 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_set_table_epoch(), and heavydb.thrift.Heavy.Client.send_set_table_epoch().
def heavydb.thrift.Heavy.Client.set_table_epoch_by_name | ( | self, | |
session, | |||
table_name, | |||
new_epoch | |||
) |
Parameters: - session - table_name - new_epoch
Definition at line 2032 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_set_table_epoch_by_name(), and heavydb.thrift.Heavy.Client.send_set_table_epoch_by_name().
def heavydb.thrift.Heavy.Client.set_table_epochs | ( | self, | |
session, | |||
db_id, | |||
table_epochs | |||
) |
Parameters: - session - db_id - table_epochs
Definition at line 2174 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_set_table_epochs(), and heavydb.thrift.Heavy.Client.send_set_table_epochs().
def heavydb.thrift.Heavy.Client.share_dashboard | ( | self, | |
session, | |||
dashboard_id, | |||
groups, | |||
objects, | |||
permissions, | |||
grant_role | |||
) |
Parameters: - session - dashboard_id - groups - objects - permissions - grant_role
Definition at line 3110 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_share_dashboard(), and heavydb.thrift.Heavy.Client.send_share_dashboard().
def heavydb.thrift.Heavy.Client.share_dashboards | ( | self, | |
session, | |||
dashboard_ids, | |||
groups, | |||
permissions | |||
) |
Parameters: - session - dashboard_ids - groups - permissions
Definition at line 3038 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_share_dashboards(), and heavydb.thrift.Heavy.Client.send_share_dashboards().
def heavydb.thrift.Heavy.Client.sql_execute | ( | self, | |
session, | |||
query, | |||
column_format, | |||
nonce, | |||
first_n, | |||
at_most_n | |||
) |
Parameters: - session - query - column_format - nonce - first_n - at_most_n
Definition at line 2310 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_sql_execute(), and heavydb.thrift.Heavy.Client.send_sql_execute().
def heavydb.thrift.Heavy.Client.sql_execute_df | ( | self, | |
session, | |||
query, | |||
device_type, | |||
device_id, | |||
first_n, | |||
transport_method | |||
) |
Parameters: - session - query - device_type - device_id - first_n - transport_method
Definition at line 2354 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_sql_execute_df(), and heavydb.thrift.Heavy.Client.send_sql_execute_df().
def heavydb.thrift.Heavy.Client.sql_execute_gdf | ( | self, | |
session, | |||
query, | |||
device_id, | |||
first_n | |||
) |
Parameters: - session - query - device_id - first_n
Definition at line 2398 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_sql_execute_gdf(), and heavydb.thrift.Heavy.Client.send_sql_execute_gdf().
def heavydb.thrift.Heavy.Client.sql_validate | ( | self, | |
session, | |||
query | |||
) |
Parameters: - session - query
Definition at line 2510 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_sql_validate(), and heavydb.thrift.Heavy.Client.send_sql_validate().
def heavydb.thrift.Heavy.Client.start_heap_profile | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1716 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_start_heap_profile(), and heavydb.thrift.Heavy.Client.send_start_heap_profile().
def heavydb.thrift.Heavy.Client.start_query | ( | self, | |
leaf_session, | |||
parent_session, | |||
query_ra, | |||
start_time_str, | |||
just_explain, | |||
outer_fragment_indices | |||
) |
Parameters: - leaf_session - parent_session - query_ra - start_time_str - just_explain - outer_fragment_indices
Definition at line 3870 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_start_query(), and heavydb.thrift.Heavy.Client.send_start_query().
def heavydb.thrift.Heavy.Client.start_render_query | ( | self, | |
session, | |||
widget_id, | |||
node_idx, | |||
vega_json | |||
) |
Parameters: - session - widget_id - node_idx - vega_json
Definition at line 3992 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_start_render_query(), and heavydb.thrift.Heavy.Client.send_start_render_query().
def heavydb.thrift.Heavy.Client.stop_heap_profile | ( | self, | |
session | |||
) |
Parameters: - session
Definition at line 1748 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_stop_heap_profile(), and heavydb.thrift.Heavy.Client.send_stop_heap_profile().
def heavydb.thrift.Heavy.Client.switch_database | ( | self, | |
session, | |||
dbname | |||
) |
Parameters: - session - dbname
Definition at line 1128 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_switch_database(), and heavydb.thrift.Heavy.Client.send_switch_database().
def heavydb.thrift.Heavy.Client.unshare_dashboard | ( | self, | |
session, | |||
dashboard_id, | |||
groups, | |||
objects, | |||
permissions | |||
) |
Parameters: - session - dashboard_id - groups - objects - permissions
Definition at line 3152 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_unshare_dashboard(), and heavydb.thrift.Heavy.Client.send_unshare_dashboard().
def heavydb.thrift.Heavy.Client.unshare_dashboards | ( | self, | |
session, | |||
dashboard_ids, | |||
groups, | |||
permissions | |||
) |
Parameters: - session - dashboard_ids - groups - permissions
Definition at line 3192 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_unshare_dashboards(), and heavydb.thrift.Heavy.Client.send_unshare_dashboards().
def heavydb.thrift.Heavy.Client.update_custom_expression | ( | self, | |
session, | |||
id, | |||
expression_json | |||
) |
Parameters: - session - id - expression_json
Definition at line 2776 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_update_custom_expression(), and heavydb.thrift.Heavy.Client.send_update_custom_expression().
|
private |
Definition at line 1017 of file Heavy.py.
Referenced by heavydb.thrift.Heavy.Client.recv_broadcast_serialized_rows(), heavydb.thrift.Heavy.Client.recv_check_table_consistency(), heavydb.thrift.Heavy.Client.recv_checkpoint(), heavydb.thrift.Heavy.Client.recv_clear_cpu_memory(), heavydb.thrift.Heavy.Client.recv_clear_gpu_memory(), heavydb.thrift.Heavy.Client.recv_clone_session(), heavydb.thrift.Heavy.Client.recv_connect(), heavydb.thrift.Heavy.Client.recv_create_custom_expression(), heavydb.thrift.Heavy.Client.recv_create_dashboard(), heavydb.thrift.Heavy.Client.recv_create_link(), heavydb.thrift.Heavy.Client.recv_create_table(), heavydb.thrift.Heavy.Client.recv_deallocate_df(), heavydb.thrift.Heavy.Client.recv_delete_custom_expressions(), heavydb.thrift.Heavy.Client.recv_delete_dashboard(), heavydb.thrift.Heavy.Client.recv_delete_dashboards(), heavydb.thrift.Heavy.Client.recv_detect_column_types(), heavydb.thrift.Heavy.Client.recv_disconnect(), heavydb.thrift.Heavy.Client.recv_execute_next_render_step(), heavydb.thrift.Heavy.Client.recv_execute_query_step(), heavydb.thrift.Heavy.Client.recv_get_all_effective_roles_for_user(), heavydb.thrift.Heavy.Client.recv_get_all_files_in_archive(), heavydb.thrift.Heavy.Client.recv_get_all_roles_for_user(), heavydb.thrift.Heavy.Client.recv_get_completion_hints(), heavydb.thrift.Heavy.Client.recv_get_custom_expressions(), heavydb.thrift.Heavy.Client.recv_get_dashboard(), heavydb.thrift.Heavy.Client.recv_get_dashboard_grantees(), heavydb.thrift.Heavy.Client.recv_get_dashboards(), heavydb.thrift.Heavy.Client.recv_get_databases(), heavydb.thrift.Heavy.Client.recv_get_db_object_privs(), heavydb.thrift.Heavy.Client.recv_get_db_objects_for_grantee(), heavydb.thrift.Heavy.Client.recv_get_device_parameters(), heavydb.thrift.Heavy.Client.recv_get_first_geo_file_in_archive(), heavydb.thrift.Heavy.Client.recv_get_function_details(), heavydb.thrift.Heavy.Client.recv_get_function_names(), heavydb.thrift.Heavy.Client.recv_get_hardware_info(), heavydb.thrift.Heavy.Client.recv_get_heap_profile(), heavydb.thrift.Heavy.Client.recv_get_internal_table_details(), heavydb.thrift.Heavy.Client.recv_get_internal_table_details_for_database(), heavydb.thrift.Heavy.Client.recv_get_layers_in_geo_file(), heavydb.thrift.Heavy.Client.recv_get_license_claims(), heavydb.thrift.Heavy.Client.recv_get_link_view(), heavydb.thrift.Heavy.Client.recv_get_memory(), heavydb.thrift.Heavy.Client.recv_get_physical_tables(), heavydb.thrift.Heavy.Client.recv_get_queries_info(), heavydb.thrift.Heavy.Client.recv_get_result_row_for_pixel(), heavydb.thrift.Heavy.Client.recv_get_roles(), heavydb.thrift.Heavy.Client.recv_get_runtime_function_names(), heavydb.thrift.Heavy.Client.recv_get_runtime_table_function_names(), heavydb.thrift.Heavy.Client.recv_get_server_status(), heavydb.thrift.Heavy.Client.recv_get_session_info(), heavydb.thrift.Heavy.Client.recv_get_status(), heavydb.thrift.Heavy.Client.recv_get_table_details(), heavydb.thrift.Heavy.Client.recv_get_table_details_for_database(), heavydb.thrift.Heavy.Client.recv_get_table_epoch(), heavydb.thrift.Heavy.Client.recv_get_table_epoch_by_name(), heavydb.thrift.Heavy.Client.recv_get_table_epochs(), heavydb.thrift.Heavy.Client.recv_get_table_function_details(), heavydb.thrift.Heavy.Client.recv_get_table_function_names(), heavydb.thrift.Heavy.Client.recv_get_tables(), heavydb.thrift.Heavy.Client.recv_get_tables_for_database(), heavydb.thrift.Heavy.Client.recv_get_tables_meta(), heavydb.thrift.Heavy.Client.recv_get_users(), heavydb.thrift.Heavy.Client.recv_get_version(), heavydb.thrift.Heavy.Client.recv_get_views(), heavydb.thrift.Heavy.Client.recv_has_object_privilege(), heavydb.thrift.Heavy.Client.recv_has_role(), heavydb.thrift.Heavy.Client.recv_import_geo_table(), heavydb.thrift.Heavy.Client.recv_import_table(), heavydb.thrift.Heavy.Client.recv_import_table_status(), heavydb.thrift.Heavy.Client.recv_insert_chunks(), heavydb.thrift.Heavy.Client.recv_insert_data(), heavydb.thrift.Heavy.Client.recv_interrupt(), heavydb.thrift.Heavy.Client.recv_invalidate_cur_session(), heavydb.thrift.Heavy.Client.recv_krb5_connect(), heavydb.thrift.Heavy.Client.recv_load_table(), heavydb.thrift.Heavy.Client.recv_load_table_binary(), heavydb.thrift.Heavy.Client.recv_load_table_binary_arrow(), heavydb.thrift.Heavy.Client.recv_load_table_binary_columnar(), heavydb.thrift.Heavy.Client.recv_query_get_outer_fragment_count(), heavydb.thrift.Heavy.Client.recv_register_runtime_extension_functions(), heavydb.thrift.Heavy.Client.recv_render_vega(), heavydb.thrift.Heavy.Client.recv_replace_dashboard(), heavydb.thrift.Heavy.Client.recv_set_cur_session(), heavydb.thrift.Heavy.Client.recv_set_execution_mode(), heavydb.thrift.Heavy.Client.recv_set_leaf_info(), heavydb.thrift.Heavy.Client.recv_set_license_key(), heavydb.thrift.Heavy.Client.recv_set_table_epoch(), heavydb.thrift.Heavy.Client.recv_set_table_epoch_by_name(), heavydb.thrift.Heavy.Client.recv_set_table_epochs(), heavydb.thrift.Heavy.Client.recv_share_dashboard(), heavydb.thrift.Heavy.Client.recv_share_dashboards(), heavydb.thrift.Heavy.Client.recv_sql_execute(), heavydb.thrift.Heavy.Client.recv_sql_execute_df(), heavydb.thrift.Heavy.Client.recv_sql_execute_gdf(), heavydb.thrift.Heavy.Client.recv_sql_validate(), heavydb.thrift.Heavy.Client.recv_start_heap_profile(), heavydb.thrift.Heavy.Client.recv_start_query(), heavydb.thrift.Heavy.Client.recv_start_render_query(), heavydb.thrift.Heavy.Client.recv_stop_heap_profile(), heavydb.thrift.Heavy.Client.recv_switch_database(), heavydb.thrift.Heavy.Client.recv_unshare_dashboard(), heavydb.thrift.Heavy.Client.recv_unshare_dashboards(), and heavydb.thrift.Heavy.Client.recv_update_custom_expression().
|
private |
Definition at line 1017 of file Heavy.py.
Referenced by heavydb.thrift.Heavy.Client.send_broadcast_serialized_rows(), heavydb.thrift.Heavy.Client.send_check_table_consistency(), heavydb.thrift.Heavy.Client.send_checkpoint(), heavydb.thrift.Heavy.Client.send_clear_cpu_memory(), heavydb.thrift.Heavy.Client.send_clear_gpu_memory(), heavydb.thrift.Heavy.Client.send_clone_session(), heavydb.thrift.Heavy.Client.send_connect(), heavydb.thrift.Heavy.Client.send_create_custom_expression(), heavydb.thrift.Heavy.Client.send_create_dashboard(), heavydb.thrift.Heavy.Client.send_create_link(), heavydb.thrift.Heavy.Client.send_create_table(), heavydb.thrift.Heavy.Client.send_deallocate_df(), heavydb.thrift.Heavy.Client.send_delete_custom_expressions(), heavydb.thrift.Heavy.Client.send_delete_dashboard(), heavydb.thrift.Heavy.Client.send_delete_dashboards(), heavydb.thrift.Heavy.Client.send_detect_column_types(), heavydb.thrift.Heavy.Client.send_disconnect(), heavydb.thrift.Heavy.Client.send_execute_next_render_step(), heavydb.thrift.Heavy.Client.send_execute_query_step(), heavydb.thrift.Heavy.Client.send_get_all_effective_roles_for_user(), heavydb.thrift.Heavy.Client.send_get_all_files_in_archive(), heavydb.thrift.Heavy.Client.send_get_all_roles_for_user(), heavydb.thrift.Heavy.Client.send_get_completion_hints(), heavydb.thrift.Heavy.Client.send_get_custom_expressions(), heavydb.thrift.Heavy.Client.send_get_dashboard(), heavydb.thrift.Heavy.Client.send_get_dashboard_grantees(), heavydb.thrift.Heavy.Client.send_get_dashboards(), heavydb.thrift.Heavy.Client.send_get_databases(), heavydb.thrift.Heavy.Client.send_get_db_object_privs(), heavydb.thrift.Heavy.Client.send_get_db_objects_for_grantee(), heavydb.thrift.Heavy.Client.send_get_device_parameters(), heavydb.thrift.Heavy.Client.send_get_first_geo_file_in_archive(), heavydb.thrift.Heavy.Client.send_get_function_details(), heavydb.thrift.Heavy.Client.send_get_function_names(), heavydb.thrift.Heavy.Client.send_get_hardware_info(), heavydb.thrift.Heavy.Client.send_get_heap_profile(), heavydb.thrift.Heavy.Client.send_get_internal_table_details(), heavydb.thrift.Heavy.Client.send_get_internal_table_details_for_database(), heavydb.thrift.Heavy.Client.send_get_layers_in_geo_file(), heavydb.thrift.Heavy.Client.send_get_license_claims(), heavydb.thrift.Heavy.Client.send_get_link_view(), heavydb.thrift.Heavy.Client.send_get_memory(), heavydb.thrift.Heavy.Client.send_get_physical_tables(), heavydb.thrift.Heavy.Client.send_get_queries_info(), heavydb.thrift.Heavy.Client.send_get_result_row_for_pixel(), heavydb.thrift.Heavy.Client.send_get_roles(), heavydb.thrift.Heavy.Client.send_get_runtime_function_names(), heavydb.thrift.Heavy.Client.send_get_runtime_table_function_names(), heavydb.thrift.Heavy.Client.send_get_server_status(), heavydb.thrift.Heavy.Client.send_get_session_info(), heavydb.thrift.Heavy.Client.send_get_status(), heavydb.thrift.Heavy.Client.send_get_table_details(), heavydb.thrift.Heavy.Client.send_get_table_details_for_database(), heavydb.thrift.Heavy.Client.send_get_table_epoch(), heavydb.thrift.Heavy.Client.send_get_table_epoch_by_name(), heavydb.thrift.Heavy.Client.send_get_table_epochs(), heavydb.thrift.Heavy.Client.send_get_table_function_details(), heavydb.thrift.Heavy.Client.send_get_table_function_names(), heavydb.thrift.Heavy.Client.send_get_tables(), heavydb.thrift.Heavy.Client.send_get_tables_for_database(), heavydb.thrift.Heavy.Client.send_get_tables_meta(), heavydb.thrift.Heavy.Client.send_get_users(), heavydb.thrift.Heavy.Client.send_get_version(), heavydb.thrift.Heavy.Client.send_get_views(), heavydb.thrift.Heavy.Client.send_has_object_privilege(), heavydb.thrift.Heavy.Client.send_has_role(), heavydb.thrift.Heavy.Client.send_import_geo_table(), heavydb.thrift.Heavy.Client.send_import_table(), heavydb.thrift.Heavy.Client.send_import_table_status(), heavydb.thrift.Heavy.Client.send_insert_chunks(), heavydb.thrift.Heavy.Client.send_insert_data(), heavydb.thrift.Heavy.Client.send_interrupt(), heavydb.thrift.Heavy.Client.send_invalidate_cur_session(), heavydb.thrift.Heavy.Client.send_krb5_connect(), heavydb.thrift.Heavy.Client.send_load_table(), heavydb.thrift.Heavy.Client.send_load_table_binary(), heavydb.thrift.Heavy.Client.send_load_table_binary_arrow(), heavydb.thrift.Heavy.Client.send_load_table_binary_columnar(), heavydb.thrift.Heavy.Client.send_query_get_outer_fragment_count(), heavydb.thrift.Heavy.Client.send_register_runtime_extension_functions(), heavydb.thrift.Heavy.Client.send_render_vega(), heavydb.thrift.Heavy.Client.send_replace_dashboard(), heavydb.thrift.Heavy.Client.send_set_cur_session(), heavydb.thrift.Heavy.Client.send_set_execution_mode(), heavydb.thrift.Heavy.Client.send_set_leaf_info(), heavydb.thrift.Heavy.Client.send_set_license_key(), heavydb.thrift.Heavy.Client.send_set_table_epoch(), heavydb.thrift.Heavy.Client.send_set_table_epoch_by_name(), heavydb.thrift.Heavy.Client.send_set_table_epochs(), heavydb.thrift.Heavy.Client.send_share_dashboard(), heavydb.thrift.Heavy.Client.send_share_dashboards(), heavydb.thrift.Heavy.Client.send_sql_execute(), heavydb.thrift.Heavy.Client.send_sql_execute_df(), heavydb.thrift.Heavy.Client.send_sql_execute_gdf(), heavydb.thrift.Heavy.Client.send_sql_validate(), heavydb.thrift.Heavy.Client.send_start_heap_profile(), heavydb.thrift.Heavy.Client.send_start_query(), heavydb.thrift.Heavy.Client.send_start_render_query(), heavydb.thrift.Heavy.Client.send_stop_heap_profile(), heavydb.thrift.Heavy.Client.send_switch_database(), heavydb.thrift.Heavy.Client.send_unshare_dashboard(), heavydb.thrift.Heavy.Client.send_unshare_dashboards(), and heavydb.thrift.Heavy.Client.send_update_custom_expression().
|
private |
Definition at line 1020 of file Heavy.py.
Referenced by heavydb.thrift.Heavy.Client.send_broadcast_serialized_rows(), heavydb.thrift.Heavy.Client.send_check_table_consistency(), heavydb.thrift.Heavy.Client.send_checkpoint(), heavydb.thrift.Heavy.Client.send_clear_cpu_memory(), heavydb.thrift.Heavy.Client.send_clear_gpu_memory(), heavydb.thrift.Heavy.Client.send_clone_session(), heavydb.thrift.Heavy.Client.send_connect(), heavydb.thrift.Heavy.Client.send_create_custom_expression(), heavydb.thrift.Heavy.Client.send_create_dashboard(), heavydb.thrift.Heavy.Client.send_create_link(), heavydb.thrift.Heavy.Client.send_create_table(), heavydb.thrift.Heavy.Client.send_deallocate_df(), heavydb.thrift.Heavy.Client.send_delete_custom_expressions(), heavydb.thrift.Heavy.Client.send_delete_dashboard(), heavydb.thrift.Heavy.Client.send_delete_dashboards(), heavydb.thrift.Heavy.Client.send_detect_column_types(), heavydb.thrift.Heavy.Client.send_disconnect(), heavydb.thrift.Heavy.Client.send_execute_next_render_step(), heavydb.thrift.Heavy.Client.send_execute_query_step(), heavydb.thrift.Heavy.Client.send_get_all_effective_roles_for_user(), heavydb.thrift.Heavy.Client.send_get_all_files_in_archive(), heavydb.thrift.Heavy.Client.send_get_all_roles_for_user(), heavydb.thrift.Heavy.Client.send_get_completion_hints(), heavydb.thrift.Heavy.Client.send_get_custom_expressions(), heavydb.thrift.Heavy.Client.send_get_dashboard(), heavydb.thrift.Heavy.Client.send_get_dashboard_grantees(), heavydb.thrift.Heavy.Client.send_get_dashboards(), heavydb.thrift.Heavy.Client.send_get_databases(), heavydb.thrift.Heavy.Client.send_get_db_object_privs(), heavydb.thrift.Heavy.Client.send_get_db_objects_for_grantee(), heavydb.thrift.Heavy.Client.send_get_device_parameters(), heavydb.thrift.Heavy.Client.send_get_first_geo_file_in_archive(), heavydb.thrift.Heavy.Client.send_get_function_details(), heavydb.thrift.Heavy.Client.send_get_function_names(), heavydb.thrift.Heavy.Client.send_get_hardware_info(), heavydb.thrift.Heavy.Client.send_get_heap_profile(), heavydb.thrift.Heavy.Client.send_get_internal_table_details(), heavydb.thrift.Heavy.Client.send_get_internal_table_details_for_database(), heavydb.thrift.Heavy.Client.send_get_layers_in_geo_file(), heavydb.thrift.Heavy.Client.send_get_license_claims(), heavydb.thrift.Heavy.Client.send_get_link_view(), heavydb.thrift.Heavy.Client.send_get_memory(), heavydb.thrift.Heavy.Client.send_get_physical_tables(), heavydb.thrift.Heavy.Client.send_get_queries_info(), heavydb.thrift.Heavy.Client.send_get_result_row_for_pixel(), heavydb.thrift.Heavy.Client.send_get_roles(), heavydb.thrift.Heavy.Client.send_get_runtime_function_names(), heavydb.thrift.Heavy.Client.send_get_runtime_table_function_names(), heavydb.thrift.Heavy.Client.send_get_server_status(), heavydb.thrift.Heavy.Client.send_get_session_info(), heavydb.thrift.Heavy.Client.send_get_status(), heavydb.thrift.Heavy.Client.send_get_table_details(), heavydb.thrift.Heavy.Client.send_get_table_details_for_database(), heavydb.thrift.Heavy.Client.send_get_table_epoch(), heavydb.thrift.Heavy.Client.send_get_table_epoch_by_name(), heavydb.thrift.Heavy.Client.send_get_table_epochs(), heavydb.thrift.Heavy.Client.send_get_table_function_details(), heavydb.thrift.Heavy.Client.send_get_table_function_names(), heavydb.thrift.Heavy.Client.send_get_tables(), heavydb.thrift.Heavy.Client.send_get_tables_for_database(), heavydb.thrift.Heavy.Client.send_get_tables_meta(), heavydb.thrift.Heavy.Client.send_get_users(), heavydb.thrift.Heavy.Client.send_get_version(), heavydb.thrift.Heavy.Client.send_get_views(), heavydb.thrift.Heavy.Client.send_has_object_privilege(), heavydb.thrift.Heavy.Client.send_has_role(), heavydb.thrift.Heavy.Client.send_import_geo_table(), heavydb.thrift.Heavy.Client.send_import_table(), heavydb.thrift.Heavy.Client.send_import_table_status(), heavydb.thrift.Heavy.Client.send_insert_chunks(), heavydb.thrift.Heavy.Client.send_insert_data(), heavydb.thrift.Heavy.Client.send_interrupt(), heavydb.thrift.Heavy.Client.send_invalidate_cur_session(), heavydb.thrift.Heavy.Client.send_krb5_connect(), heavydb.thrift.Heavy.Client.send_load_table(), heavydb.thrift.Heavy.Client.send_load_table_binary(), heavydb.thrift.Heavy.Client.send_load_table_binary_arrow(), heavydb.thrift.Heavy.Client.send_load_table_binary_columnar(), heavydb.thrift.Heavy.Client.send_query_get_outer_fragment_count(), heavydb.thrift.Heavy.Client.send_register_runtime_extension_functions(), heavydb.thrift.Heavy.Client.send_render_vega(), heavydb.thrift.Heavy.Client.send_replace_dashboard(), heavydb.thrift.Heavy.Client.send_set_cur_session(), heavydb.thrift.Heavy.Client.send_set_execution_mode(), heavydb.thrift.Heavy.Client.send_set_leaf_info(), heavydb.thrift.Heavy.Client.send_set_license_key(), heavydb.thrift.Heavy.Client.send_set_table_epoch(), heavydb.thrift.Heavy.Client.send_set_table_epoch_by_name(), heavydb.thrift.Heavy.Client.send_set_table_epochs(), heavydb.thrift.Heavy.Client.send_share_dashboard(), heavydb.thrift.Heavy.Client.send_share_dashboards(), heavydb.thrift.Heavy.Client.send_sql_execute(), heavydb.thrift.Heavy.Client.send_sql_execute_df(), heavydb.thrift.Heavy.Client.send_sql_execute_gdf(), heavydb.thrift.Heavy.Client.send_sql_validate(), heavydb.thrift.Heavy.Client.send_start_heap_profile(), heavydb.thrift.Heavy.Client.send_start_query(), heavydb.thrift.Heavy.Client.send_start_render_query(), heavydb.thrift.Heavy.Client.send_stop_heap_profile(), heavydb.thrift.Heavy.Client.send_switch_database(), heavydb.thrift.Heavy.Client.send_unshare_dashboard(), heavydb.thrift.Heavy.Client.send_unshare_dashboards(), and heavydb.thrift.Heavy.Client.send_update_custom_expression().