OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.thrift.Heavy.replace_dashboard_args Class Reference
+ Inheritance diagram for heavydb.thrift.Heavy.replace_dashboard_args:
+ Collaboration diagram for heavydb.thrift.Heavy.replace_dashboard_args:

Public Member Functions

def __init__
 
def read
 
def write
 
def validate
 
def __repr__
 
def __eq__
 
def __ne__
 

Public Attributes

 session
 
 dashboard_id
 
 dashboard_name
 
 dashboard_owner
 
 dashboard_state
 
 image_hash
 
 dashboard_metadata
 

Private Attributes

 __dict__
 

Detailed Description

Attributes:
 - session
 - dashboard_id
 - dashboard_name
 - dashboard_owner
 - dashboard_state
 - image_hash
 - dashboard_metadata

Definition at line 15695 of file Heavy.py.

Constructor & Destructor Documentation

def heavydb.thrift.Heavy.replace_dashboard_args.__init__ (   self,
  session = None,
  dashboard_id = None,
  dashboard_name = None,
  dashboard_owner = None,
  dashboard_state = None,
  image_hash = None,
  dashboard_metadata = None 
)

Definition at line 15709 of file Heavy.py.

15710  def __init__(self, session=None, dashboard_id=None, dashboard_name=None, dashboard_owner=None, dashboard_state=None, image_hash=None, dashboard_metadata=None,):
15711  self.session = session
15712  self.dashboard_id = dashboard_id
15713  self.dashboard_name = dashboard_name
15714  self.dashboard_owner = dashboard_owner
15715  self.dashboard_state = dashboard_state
15716  self.image_hash = image_hash
15717  self.dashboard_metadata = dashboard_metadata

Member Function Documentation

def heavydb.thrift.Heavy.replace_dashboard_args.__eq__ (   self,
  other 
)

Definition at line 15811 of file Heavy.py.

15812  def __eq__(self, other):
15813  return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
def heavydb.thrift.Heavy.replace_dashboard_args.__ne__ (   self,
  other 
)

Definition at line 15814 of file Heavy.py.

15815  def __ne__(self, other):
15816  return not (self == other)
15817 all_structs.append(replace_dashboard_args)
replace_dashboard_args.thrift_spec = (
def heavydb.thrift.Heavy.replace_dashboard_args.__repr__ (   self)

Definition at line 15806 of file Heavy.py.

15807  def __repr__(self):
15808  L = ['%s=%r' % (key, value)
15809  for key, value in self.__dict__.items()]
15810  return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
std::string join(T const &container, std::string const &delim)

+ Here is the call graph for this function:

def heavydb.thrift.Heavy.replace_dashboard_args.read (   self,
  iprot 
)

Definition at line 15718 of file Heavy.py.

References heavydb.thrift.Heavy.get_dashboard_args.dashboard_id, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_id, heavydb.thrift.Heavy.create_dashboard_args.dashboard_metadata, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_metadata, heavydb.thrift.Heavy.create_dashboard_args.dashboard_name, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_name, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_owner, heavydb.thrift.Heavy.create_dashboard_args.dashboard_state, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_state, heavydb.thrift.Heavy.create_dashboard_args.image_hash, heavydb.thrift.Heavy.replace_dashboard_args.image_hash, com.mapd.calcite.parser.HeavyDBUser.session, ai.heavy.jdbc.HeavyAIStatement.session, ai.heavy.jdbc.HeavyAIPreparedStatement.session, com.mapd.parser.server.test.TestDBServer.ConnInfo.session, com.mapd.logrunner.LogRunner.myThread.session, com.mapd.utility.SQLImporter.session, ai.heavy.jdbc.HeavyAIConnection.session, heavydb.thrift.Heavy.disconnect_args.session, heavydb.thrift.Heavy.switch_database_args.session, heavydb.thrift.Heavy.clone_session_args.session, heavydb.thrift.Heavy.get_server_status_args.session, heavydb.thrift.Heavy.get_status_args.session, heavydb.thrift.Heavy.get_hardware_info_args.session, heavydb.thrift.Heavy.get_tables_args.session, heavydb.thrift.Heavy.get_tables_for_database_args.session, heavydb.thrift.Heavy.get_physical_tables_args.session, heavydb.thrift.Heavy.get_views_args.session, heavydb.thrift.Heavy.get_tables_meta_args.session, heavydb.thrift.Heavy.get_table_details_args.session, heavydb.thrift.Heavy.get_table_details_for_database_args.session, heavydb.thrift.Heavy.get_internal_table_details_args.session, heavydb.thrift.Heavy.get_internal_table_details_for_database_args.session, heavydb.thrift.Heavy.get_users_args.session, heavydb.thrift.Heavy.get_databases_args.session, heavydb.thrift.Heavy.start_heap_profile_args.session, heavydb.thrift.Heavy.stop_heap_profile_args.session, heavydb.thrift.Heavy.get_heap_profile_args.session, heavydb.thrift.Heavy.get_memory_args.session, heavydb.thrift.Heavy.clear_cpu_memory_args.session, heavydb.thrift.Heavy.clear_gpu_memory_args.session, heavydb.thrift.Heavy.set_table_epoch_args.session, heavydb.thrift.Heavy.set_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epoch_args.session, heavydb.thrift.Heavy.get_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epochs_args.session, heavydb.thrift.Heavy.set_table_epochs_args.session, heavydb.thrift.Heavy.get_session_info_args.session, heavydb.thrift.Heavy.get_queries_info_args.session, heavydb.thrift.Heavy.set_leaf_info_args.session, heavydb.thrift.Heavy.sql_execute_args.session, heavydb.thrift.Heavy.sql_execute_df_args.session, heavydb.thrift.Heavy.sql_execute_gdf_args.session, heavydb.thrift.Heavy.deallocate_df_args.session, heavydb.thrift.Heavy.sql_validate_args.session, heavydb.thrift.Heavy.get_completion_hints_args.session, heavydb.thrift.Heavy.set_execution_mode_args.session, heavydb.thrift.Heavy.render_vega_args.session, heavydb.thrift.Heavy.get_result_row_for_pixel_args.session, heavydb.thrift.Heavy.create_custom_expression_args.session, heavydb.thrift.Heavy.get_custom_expressions_args.session, heavydb.thrift.Heavy.update_custom_expression_args.session, heavydb.thrift.Heavy.delete_custom_expressions_args.session, heavydb.thrift.Heavy.get_dashboard_args.session, heavydb.thrift.Heavy.get_dashboards_args.session, heavydb.thrift.Heavy.create_dashboard_args.session, and heavydb.thrift.Heavy.replace_dashboard_args.session.

15719  def read(self, iprot):
15720  if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
15721  iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
15722  return
15723  iprot.readStructBegin()
15724  while True:
15725  (fname, ftype, fid) = iprot.readFieldBegin()
15726  if ftype == TType.STOP:
15727  break
15728  if fid == 1:
15729  if ftype == TType.STRING:
15730  self.session = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
15731  else:
15732  iprot.skip(ftype)
15733  elif fid == 2:
15734  if ftype == TType.I32:
15735  self.dashboard_id = iprot.readI32()
15736  else:
15737  iprot.skip(ftype)
15738  elif fid == 3:
15739  if ftype == TType.STRING:
15740  self.dashboard_name = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
15741  else:
15742  iprot.skip(ftype)
15743  elif fid == 4:
15744  if ftype == TType.STRING:
15745  self.dashboard_owner = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
15746  else:
15747  iprot.skip(ftype)
15748  elif fid == 5:
15749  if ftype == TType.STRING:
15750  self.dashboard_state = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
15751  else:
15752  iprot.skip(ftype)
15753  elif fid == 6:
15754  if ftype == TType.STRING:
15755  self.image_hash = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
15756  else:
15757  iprot.skip(ftype)
15758  elif fid == 7:
15759  if ftype == TType.STRING:
15760  self.dashboard_metadata = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
15761  else:
15762  iprot.skip(ftype)
15763  else:
15764  iprot.skip(ftype)
15765  iprot.readFieldEnd()
15766  iprot.readStructEnd()
def heavydb.thrift.Heavy.replace_dashboard_args.validate (   self)

Definition at line 15803 of file Heavy.py.

15804  def validate(self):
15805  return
def heavydb.thrift.Heavy.replace_dashboard_args.write (   self,
  oprot 
)

Definition at line 15767 of file Heavy.py.

References heavydb.thrift.Heavy.get_dashboard_args.dashboard_id, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_id, heavydb.thrift.Heavy.create_dashboard_args.dashboard_metadata, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_metadata, heavydb.thrift.Heavy.create_dashboard_args.dashboard_name, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_name, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_owner, heavydb.thrift.Heavy.create_dashboard_args.dashboard_state, heavydb.thrift.Heavy.replace_dashboard_args.dashboard_state, heavydb.thrift.Heavy.create_dashboard_args.image_hash, heavydb.thrift.Heavy.replace_dashboard_args.image_hash, com.mapd.calcite.parser.HeavyDBUser.session, ai.heavy.jdbc.HeavyAIStatement.session, ai.heavy.jdbc.HeavyAIPreparedStatement.session, com.mapd.parser.server.test.TestDBServer.ConnInfo.session, com.mapd.logrunner.LogRunner.myThread.session, com.mapd.utility.SQLImporter.session, ai.heavy.jdbc.HeavyAIConnection.session, heavydb.thrift.Heavy.disconnect_args.session, heavydb.thrift.Heavy.switch_database_args.session, heavydb.thrift.Heavy.clone_session_args.session, heavydb.thrift.Heavy.get_server_status_args.session, heavydb.thrift.Heavy.get_status_args.session, heavydb.thrift.Heavy.get_hardware_info_args.session, heavydb.thrift.Heavy.get_tables_args.session, heavydb.thrift.Heavy.get_tables_for_database_args.session, heavydb.thrift.Heavy.get_physical_tables_args.session, heavydb.thrift.Heavy.get_views_args.session, heavydb.thrift.Heavy.get_tables_meta_args.session, heavydb.thrift.Heavy.get_table_details_args.session, heavydb.thrift.Heavy.get_table_details_for_database_args.session, heavydb.thrift.Heavy.get_internal_table_details_args.session, heavydb.thrift.Heavy.get_internal_table_details_for_database_args.session, heavydb.thrift.Heavy.get_users_args.session, heavydb.thrift.Heavy.get_databases_args.session, heavydb.thrift.Heavy.start_heap_profile_args.session, heavydb.thrift.Heavy.stop_heap_profile_args.session, heavydb.thrift.Heavy.get_heap_profile_args.session, heavydb.thrift.Heavy.get_memory_args.session, heavydb.thrift.Heavy.clear_cpu_memory_args.session, heavydb.thrift.Heavy.clear_gpu_memory_args.session, heavydb.thrift.Heavy.set_table_epoch_args.session, heavydb.thrift.Heavy.set_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epoch_args.session, heavydb.thrift.Heavy.get_table_epoch_by_name_args.session, heavydb.thrift.Heavy.get_table_epochs_args.session, heavydb.thrift.Heavy.set_table_epochs_args.session, heavydb.thrift.Heavy.get_session_info_args.session, heavydb.thrift.Heavy.get_queries_info_args.session, heavydb.thrift.Heavy.set_leaf_info_args.session, heavydb.thrift.Heavy.sql_execute_args.session, heavydb.thrift.Heavy.sql_execute_df_args.session, heavydb.thrift.Heavy.sql_execute_gdf_args.session, heavydb.thrift.Heavy.deallocate_df_args.session, heavydb.thrift.Heavy.sql_validate_args.session, heavydb.thrift.Heavy.get_completion_hints_args.session, heavydb.thrift.Heavy.set_execution_mode_args.session, heavydb.thrift.Heavy.render_vega_args.session, heavydb.thrift.Heavy.get_result_row_for_pixel_args.session, heavydb.thrift.Heavy.create_custom_expression_args.session, heavydb.thrift.Heavy.get_custom_expressions_args.session, heavydb.thrift.Heavy.update_custom_expression_args.session, heavydb.thrift.Heavy.delete_custom_expressions_args.session, heavydb.thrift.Heavy.get_dashboard_args.session, heavydb.thrift.Heavy.get_dashboards_args.session, heavydb.thrift.Heavy.create_dashboard_args.session, and heavydb.thrift.Heavy.replace_dashboard_args.session.

15768  def write(self, oprot):
15769  if oprot._fast_encode is not None and self.thrift_spec is not None:
15770  oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
15771  return
15772  oprot.writeStructBegin('replace_dashboard_args')
15773  if self.session is not None:
15774  oprot.writeFieldBegin('session', TType.STRING, 1)
15775  oprot.writeString(self.session.encode('utf-8') if sys.version_info[0] == 2 else self.session)
15776  oprot.writeFieldEnd()
15777  if self.dashboard_id is not None:
15778  oprot.writeFieldBegin('dashboard_id', TType.I32, 2)
15779  oprot.writeI32(self.dashboard_id)
15780  oprot.writeFieldEnd()
15781  if self.dashboard_name is not None:
15782  oprot.writeFieldBegin('dashboard_name', TType.STRING, 3)
15783  oprot.writeString(self.dashboard_name.encode('utf-8') if sys.version_info[0] == 2 else self.dashboard_name)
15784  oprot.writeFieldEnd()
15785  if self.dashboard_owner is not None:
15786  oprot.writeFieldBegin('dashboard_owner', TType.STRING, 4)
15787  oprot.writeString(self.dashboard_owner.encode('utf-8') if sys.version_info[0] == 2 else self.dashboard_owner)
15788  oprot.writeFieldEnd()
15789  if self.dashboard_state is not None:
15790  oprot.writeFieldBegin('dashboard_state', TType.STRING, 5)
15791  oprot.writeString(self.dashboard_state.encode('utf-8') if sys.version_info[0] == 2 else self.dashboard_state)
15792  oprot.writeFieldEnd()
15793  if self.image_hash is not None:
15794  oprot.writeFieldBegin('image_hash', TType.STRING, 6)
15795  oprot.writeString(self.image_hash.encode('utf-8') if sys.version_info[0] == 2 else self.image_hash)
15796  oprot.writeFieldEnd()
15797  if self.dashboard_metadata is not None:
15798  oprot.writeFieldBegin('dashboard_metadata', TType.STRING, 7)
15799  oprot.writeString(self.dashboard_metadata.encode('utf-8') if sys.version_info[0] == 2 else self.dashboard_metadata)
15800  oprot.writeFieldEnd()
15801  oprot.writeFieldStop()
15802  oprot.writeStructEnd()

Member Data Documentation

heavydb.thrift.Heavy.replace_dashboard_args.__dict__
private

Definition at line 15812 of file Heavy.py.

Referenced by TableFunctionsFactory_node.Node.copy().

heavydb.thrift.Heavy.replace_dashboard_args.dashboard_id

Definition at line 15711 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.Heavy.delete_dashboard_args.read(), heavydb.thrift.Heavy.share_dashboard_args.read(), heavydb.thrift.Heavy.unshare_dashboard_args.read(), heavydb.thrift.Heavy.get_dashboard_grantees_args.read(), heavydb.thrift.ttypes.TDashboard.write(), heavydb.thrift.Heavy.replace_dashboard_args.write(), heavydb.thrift.Heavy.delete_dashboard_args.write(), heavydb.thrift.Heavy.share_dashboard_args.write(), heavydb.thrift.Heavy.unshare_dashboard_args.write(), and heavydb.thrift.Heavy.get_dashboard_grantees_args.write().

heavydb.thrift.Heavy.replace_dashboard_args.dashboard_metadata

Definition at line 15716 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.ttypes.TDashboard.write(), and heavydb.thrift.Heavy.replace_dashboard_args.write().

heavydb.thrift.Heavy.replace_dashboard_args.dashboard_name

Definition at line 15712 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.ttypes.TDashboard.write(), and heavydb.thrift.Heavy.replace_dashboard_args.write().

heavydb.thrift.Heavy.replace_dashboard_args.dashboard_owner

Definition at line 15713 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.ttypes.TDashboard.write(), and heavydb.thrift.Heavy.replace_dashboard_args.write().

heavydb.thrift.Heavy.replace_dashboard_args.dashboard_state

Definition at line 15714 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.ttypes.TDashboard.write(), and heavydb.thrift.Heavy.replace_dashboard_args.write().

heavydb.thrift.Heavy.replace_dashboard_args.image_hash

Definition at line 15715 of file Heavy.py.

Referenced by heavydb.thrift.ttypes.TFrontendView.read(), heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.ttypes.TFrontendView.write(), heavydb.thrift.ttypes.TDashboard.write(), and heavydb.thrift.Heavy.replace_dashboard_args.write().

heavydb.thrift.Heavy.replace_dashboard_args.session

Definition at line 15710 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.replace_dashboard_args.read(), heavydb.thrift.Heavy.delete_dashboard_args.read(), heavydb.thrift.Heavy.share_dashboards_args.read(), heavydb.thrift.Heavy.delete_dashboards_args.read(), heavydb.thrift.Heavy.share_dashboard_args.read(), heavydb.thrift.Heavy.unshare_dashboard_args.read(), heavydb.thrift.Heavy.unshare_dashboards_args.read(), heavydb.thrift.Heavy.get_dashboard_grantees_args.read(), heavydb.thrift.Heavy.get_link_view_args.read(), heavydb.thrift.Heavy.create_link_args.read(), heavydb.thrift.Heavy.load_table_binary_args.read(), heavydb.thrift.Heavy.load_table_binary_columnar_args.read(), heavydb.thrift.Heavy.load_table_binary_arrow_args.read(), heavydb.thrift.Heavy.load_table_args.read(), heavydb.thrift.Heavy.detect_column_types_args.read(), heavydb.thrift.Heavy.create_table_args.read(), heavydb.thrift.Heavy.import_table_args.read(), heavydb.thrift.Heavy.import_geo_table_args.read(), heavydb.thrift.Heavy.import_table_status_args.read(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_args.read(), heavydb.thrift.Heavy.get_all_files_in_archive_args.read(), heavydb.thrift.Heavy.get_layers_in_geo_file_args.read(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.read(), heavydb.thrift.Heavy.check_table_consistency_args.read(), heavydb.thrift.Heavy.start_render_query_args.read(), heavydb.thrift.Heavy.insert_data_args.read(), heavydb.thrift.Heavy.insert_chunks_args.read(), heavydb.thrift.Heavy.checkpoint_args.read(), heavydb.thrift.Heavy.get_roles_args.read(), heavydb.thrift.Heavy.get_db_objects_for_grantee_args.read(), heavydb.thrift.Heavy.get_db_object_privs_args.read(), heavydb.thrift.Heavy.get_all_roles_for_user_args.read(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.read(), heavydb.thrift.Heavy.has_role_args.read(), heavydb.thrift.Heavy.has_object_privilege_args.read(), heavydb.thrift.Heavy.set_license_key_args.read(), heavydb.thrift.Heavy.get_license_claims_args.read(), heavydb.thrift.Heavy.get_device_parameters_args.read(), heavydb.thrift.Heavy.register_runtime_extension_functions_args.read(), heavydb.thrift.Heavy.get_table_function_names_args.read(), heavydb.thrift.Heavy.get_runtime_table_function_names_args.read(), heavydb.thrift.Heavy.get_table_function_details_args.read(), heavydb.thrift.Heavy.get_function_names_args.read(), heavydb.thrift.Heavy.get_runtime_function_names_args.read(), heavydb.thrift.Heavy.get_function_details_args.read(), heavydb.thrift.Heavy.replace_dashboard_args.write(), heavydb.thrift.Heavy.delete_dashboard_args.write(), heavydb.thrift.Heavy.share_dashboards_args.write(), heavydb.thrift.Heavy.delete_dashboards_args.write(), heavydb.thrift.Heavy.share_dashboard_args.write(), heavydb.thrift.Heavy.unshare_dashboard_args.write(), heavydb.thrift.Heavy.unshare_dashboards_args.write(), heavydb.thrift.Heavy.get_dashboard_grantees_args.write(), heavydb.thrift.Heavy.get_link_view_args.write(), heavydb.thrift.Heavy.create_link_args.write(), heavydb.thrift.Heavy.load_table_binary_args.write(), heavydb.thrift.Heavy.load_table_binary_columnar_args.write(), heavydb.thrift.Heavy.load_table_binary_arrow_args.write(), heavydb.thrift.Heavy.load_table_args.write(), heavydb.thrift.Heavy.detect_column_types_args.write(), heavydb.thrift.Heavy.create_table_args.write(), heavydb.thrift.Heavy.import_table_args.write(), heavydb.thrift.Heavy.import_geo_table_args.write(), heavydb.thrift.Heavy.import_table_status_args.write(), heavydb.thrift.Heavy.get_first_geo_file_in_archive_args.write(), heavydb.thrift.Heavy.get_all_files_in_archive_args.write(), heavydb.thrift.Heavy.get_layers_in_geo_file_args.write(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.write(), heavydb.thrift.Heavy.check_table_consistency_args.write(), heavydb.thrift.Heavy.start_render_query_args.write(), heavydb.thrift.Heavy.insert_data_args.write(), heavydb.thrift.Heavy.insert_chunks_args.write(), heavydb.thrift.Heavy.checkpoint_args.write(), heavydb.thrift.Heavy.get_roles_args.write(), heavydb.thrift.Heavy.get_db_objects_for_grantee_args.write(), heavydb.thrift.Heavy.get_db_object_privs_args.write(), heavydb.thrift.Heavy.get_all_roles_for_user_args.write(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.write(), heavydb.thrift.Heavy.has_role_args.write(), heavydb.thrift.Heavy.has_object_privilege_args.write(), heavydb.thrift.Heavy.set_license_key_args.write(), heavydb.thrift.Heavy.get_license_claims_args.write(), heavydb.thrift.Heavy.get_device_parameters_args.write(), heavydb.thrift.Heavy.register_runtime_extension_functions_args.write(), heavydb.thrift.Heavy.get_table_function_names_args.write(), heavydb.thrift.Heavy.get_runtime_table_function_names_args.write(), heavydb.thrift.Heavy.get_table_function_details_args.write(), heavydb.thrift.Heavy.get_function_names_args.write(), heavydb.thrift.Heavy.get_runtime_function_names_args.write(), and heavydb.thrift.Heavy.get_function_details_args.write().


The documentation for this class was generated from the following file: