OmniSciDB
c1a53651b2
|
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 4004 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 3886 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 4188 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 1862 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 1894 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 1174 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 1034 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 2718 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 2930 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 3314 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 3582 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 2450 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 2824 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 3016 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 3088 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 3544 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 1108 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 4084 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 3966 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 4366 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 3774 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 4330 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 2558 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 2754 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 2860 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 3242 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 2896 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 1666 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 4292 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 4256 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 4556 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 3736 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 4800 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 4732 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 1276 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 1792 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 1556 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 1594 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 3812 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 4520 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 3278 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 1826 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 1380 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 2254 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 2672 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 4222 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 4766 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 4662 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 1208 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 2220 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 1242 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 1482 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 1518 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 2080 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 2116 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 2150 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 4696 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 4628 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 1310 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 1344 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 1448 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 1632 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 1700 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 1414 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 4440 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 4402 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 3658 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 3620 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 3700 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 4154 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 4120 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 2488 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 1966 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 1072 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 3506 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 3352 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 3468 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 3390 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.load_table_binary_columnar_polys | ( | self, | |
session, | |||
table_name, | |||
cols, | |||
column_names, | |||
assign_render_groups | |||
) |
Parameters: - session - table_name - cols - column_names - assign_render_groups
Definition at line 3428 of file Heavy.py.
References heavydb.thrift.Heavy.Client.recv_load_table_binary_columnar_polys(), and heavydb.thrift.Heavy.Client.send_load_table_binary_columnar_polys().
def heavydb.thrift.Heavy.Client.query_get_outer_fragment_count | ( | self, | |
session, | |||
query | |||
) |
Parameters: - session - query
Definition at line 3850 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 4029 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 3905 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 4207 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 1879 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 1911 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 1191 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 1055 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 2737 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 2955 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 3335 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 3605 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 2473 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 2845 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 3035 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 3107 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 3565 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 1125 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 4103 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 3987 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 4385 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 3795 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 4349 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 2579 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 2771 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 2879 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 3261 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 2913 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 1683 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 4313 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 4275 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 4573 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 3757 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 4819 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 4749 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 1293 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 1809 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 1577 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 1615 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 3833 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 4539 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 3297 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 1845 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 1397 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 2271 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 2701 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 4239 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 4783 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 4679 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 1225 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 2237 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 1259 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 1501 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 1539 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 2101 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 2135 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 2171 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 4715 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 4645 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 1327 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 1363 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 1465 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 1649 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 1711 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 1431 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 4465 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 4423 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 3685 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 3643 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 3719 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 4173 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 4139 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 2507 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 1991 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 1091 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 3529 of file Heavy.py.
References heavydb.thrift.Heavy.Client._iprot.
Referenced by heavydb.thrift.Heavy.Client.load_table().