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

Public Member Functions

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

Public Attributes

 session
 
 query
 
 device_type
 
 device_id
 
 first_n
 
 transport_method
 

Private Attributes

 __dict__
 

Detailed Description

Attributes:
 - session
 - query
 - device_type
 - device_id
 - first_n
 - transport_method

Definition at line 13167 of file Heavy.py.

Constructor & Destructor Documentation

def heavydb.thrift.Heavy.sql_execute_df_args.__init__ (   self,
  session = None,
  query = None,
  device_type = None,
  device_id = 0,
  first_n = -1,
  transport_method = None 
)

Definition at line 13180 of file Heavy.py.

13181  def __init__(self, session=None, query=None, device_type=None, device_id=0, first_n=-1, transport_method=None,):
13182  self.session = session
13183  self.query = query
13184  self.device_type = device_type
13185  self.device_id = device_id
13186  self.first_n = first_n
13187  self.transport_method = transport_method

Member Function Documentation

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

Definition at line 13272 of file Heavy.py.

13273  def __eq__(self, other):
13274  return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
def heavydb.thrift.Heavy.sql_execute_df_args.__ne__ (   self,
  other 
)

Definition at line 13275 of file Heavy.py.

13276  def __ne__(self, other):
13277  return not (self == other)
13278 all_structs.append(sql_execute_df_args)
sql_execute_df_args.thrift_spec = (
def heavydb.thrift.Heavy.sql_execute_df_args.__repr__ (   self)

Definition at line 13267 of file Heavy.py.

13268  def __repr__(self):
13269  L = ['%s=%r' % (key, value)
13270  for key, value in self.__dict__.items()]
13271  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.sql_execute_df_args.read (   self,
  iprot 
)

Definition at line 13188 of file Heavy.py.

References heavydb.thrift.Heavy.sql_execute_df_args.device_id, heavydb.serialized_result_set.ttypes.TCountDistinctDescriptor.device_type, heavydb.thrift.Heavy.sql_execute_df_args.device_type, heavydb.thrift.Heavy.sql_execute_args.first_n, heavydb.thrift.Heavy.sql_execute_df_args.first_n, com.mapd.parser.extension.ddl.SqlExportQuery.query, com.mapd.parser.extension.ddl.SqlInsertIntoTable.query, com.mapd.parser.extension.ddl.SqlCreateView.query, com.mapd.parser.extension.ddl.SqlCreateTable.query, Catalog_Namespace::SysCatalog::UpdateQuery.query, heavydb.thrift.Heavy.sql_execute_args.query, heavydb.thrift.Heavy.sql_execute_df_args.query, 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, and heavydb.thrift.Heavy.sql_execute_df_args.transport_method.

13189  def read(self, iprot):
13190  if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
13191  iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
13192  return
13193  iprot.readStructBegin()
13194  while True:
13195  (fname, ftype, fid) = iprot.readFieldBegin()
13196  if ftype == TType.STOP:
13197  break
13198  if fid == 1:
13199  if ftype == TType.STRING:
13200  self.session = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
13201  else:
13202  iprot.skip(ftype)
13203  elif fid == 2:
13204  if ftype == TType.STRING:
13205  self.query = iprot.readString().decode('utf-8', errors='replace') if sys.version_info[0] == 2 else iprot.readString()
13206  else:
13207  iprot.skip(ftype)
13208  elif fid == 3:
13209  if ftype == TType.I32:
13210  self.device_type = iprot.readI32()
13211  else:
13212  iprot.skip(ftype)
13213  elif fid == 4:
13214  if ftype == TType.I32:
13215  self.device_id = iprot.readI32()
13216  else:
13217  iprot.skip(ftype)
13218  elif fid == 5:
13219  if ftype == TType.I32:
13220  self.first_n = iprot.readI32()
13221  else:
13222  iprot.skip(ftype)
13223  elif fid == 6:
13224  if ftype == TType.I32:
13225  self.transport_method = iprot.readI32()
13226  else:
13227  iprot.skip(ftype)
13228  else:
13229  iprot.skip(ftype)
13230  iprot.readFieldEnd()
13231  iprot.readStructEnd()
def heavydb.thrift.Heavy.sql_execute_df_args.validate (   self)

Definition at line 13264 of file Heavy.py.

13265  def validate(self):
13266  return
def heavydb.thrift.Heavy.sql_execute_df_args.write (   self,
  oprot 
)

Definition at line 13232 of file Heavy.py.

References heavydb.thrift.Heavy.sql_execute_df_args.device_id, heavydb.serialized_result_set.ttypes.TCountDistinctDescriptor.device_type, heavydb.thrift.Heavy.sql_execute_df_args.device_type, heavydb.thrift.Heavy.sql_execute_args.first_n, heavydb.thrift.Heavy.sql_execute_df_args.first_n, com.mapd.parser.extension.ddl.SqlExportQuery.query, com.mapd.parser.extension.ddl.SqlInsertIntoTable.query, com.mapd.parser.extension.ddl.SqlCreateView.query, com.mapd.parser.extension.ddl.SqlCreateTable.query, Catalog_Namespace::SysCatalog::UpdateQuery.query, heavydb.thrift.Heavy.sql_execute_args.query, heavydb.thrift.Heavy.sql_execute_df_args.query, 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, and heavydb.thrift.Heavy.sql_execute_df_args.transport_method.

13233  def write(self, oprot):
13234  if oprot._fast_encode is not None and self.thrift_spec is not None:
13235  oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
13236  return
13237  oprot.writeStructBegin('sql_execute_df_args')
13238  if self.session is not None:
13239  oprot.writeFieldBegin('session', TType.STRING, 1)
13240  oprot.writeString(self.session.encode('utf-8') if sys.version_info[0] == 2 else self.session)
13241  oprot.writeFieldEnd()
13242  if self.query is not None:
13243  oprot.writeFieldBegin('query', TType.STRING, 2)
13244  oprot.writeString(self.query.encode('utf-8') if sys.version_info[0] == 2 else self.query)
13245  oprot.writeFieldEnd()
13246  if self.device_type is not None:
13247  oprot.writeFieldBegin('device_type', TType.I32, 3)
13248  oprot.writeI32(self.device_type)
13249  oprot.writeFieldEnd()
13250  if self.device_id is not None:
13251  oprot.writeFieldBegin('device_id', TType.I32, 4)
13252  oprot.writeI32(self.device_id)
13253  oprot.writeFieldEnd()
13254  if self.first_n is not None:
13255  oprot.writeFieldBegin('first_n', TType.I32, 5)
13256  oprot.writeI32(self.first_n)
13257  oprot.writeFieldEnd()
13258  if self.transport_method is not None:
13259  oprot.writeFieldBegin('transport_method', TType.I32, 6)
13260  oprot.writeI32(self.transport_method)
13261  oprot.writeFieldEnd()
13262  oprot.writeFieldStop()
13263  oprot.writeStructEnd()

Member Data Documentation

heavydb.thrift.Heavy.sql_execute_df_args.__dict__
private

Definition at line 13273 of file Heavy.py.

Referenced by generate_TableFunctionsFactory_init.Node.copy().

heavydb.thrift.Heavy.sql_execute_df_args.device_id

Definition at line 13184 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.sql_execute_df_args.read(), heavydb.thrift.Heavy.sql_execute_gdf_args.read(), heavydb.thrift.Heavy.deallocate_df_args.read(), heavydb.thrift.Heavy.sql_execute_df_args.write(), heavydb.thrift.Heavy.sql_execute_gdf_args.write(), and heavydb.thrift.Heavy.deallocate_df_args.write().

heavydb.thrift.Heavy.sql_execute_df_args.device_type

Definition at line 13183 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.sql_execute_df_args.read(), heavydb.thrift.Heavy.deallocate_df_args.read(), heavydb.thrift.Heavy.sql_execute_df_args.write(), and heavydb.thrift.Heavy.deallocate_df_args.write().

heavydb.thrift.Heavy.sql_execute_df_args.first_n

Definition at line 13185 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.sql_execute_df_args.read(), heavydb.thrift.Heavy.sql_execute_gdf_args.read(), heavydb.thrift.Heavy.sql_execute_df_args.write(), and heavydb.thrift.Heavy.sql_execute_gdf_args.write().

heavydb.thrift.Heavy.sql_execute_df_args.query

Definition at line 13182 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.sql_execute_df_args.read(), heavydb.thrift.Heavy.sql_execute_gdf_args.read(), heavydb.thrift.Heavy.sql_validate_args.read(), heavydb.thrift.Heavy.query_get_outer_fragment_count_args.read(), heavydb.thrift.Heavy.sql_execute_df_args.write(), heavydb.thrift.Heavy.sql_execute_gdf_args.write(), heavydb.thrift.Heavy.sql_validate_args.write(), and heavydb.thrift.Heavy.query_get_outer_fragment_count_args.write().

heavydb.thrift.Heavy.sql_execute_df_args.session

Definition at line 13181 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.sql_execute_df_args.read(), heavydb.thrift.Heavy.sql_execute_gdf_args.read(), heavydb.thrift.Heavy.deallocate_df_args.read(), heavydb.thrift.Heavy.sql_validate_args.read(), heavydb.thrift.Heavy.get_completion_hints_args.read(), heavydb.thrift.Heavy.set_execution_mode_args.read(), heavydb.thrift.Heavy.render_vega_args.read(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.read(), heavydb.thrift.Heavy.create_custom_expression_args.read(), heavydb.thrift.Heavy.get_custom_expressions_args.read(), heavydb.thrift.Heavy.update_custom_expression_args.read(), heavydb.thrift.Heavy.delete_custom_expressions_args.read(), heavydb.thrift.Heavy.get_dashboard_args.read(), heavydb.thrift.Heavy.get_dashboards_args.read(), heavydb.thrift.Heavy.create_dashboard_args.read(), 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_columnar_polys_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.sql_execute_df_args.write(), heavydb.thrift.Heavy.sql_execute_gdf_args.write(), heavydb.thrift.Heavy.deallocate_df_args.write(), heavydb.thrift.Heavy.sql_validate_args.write(), heavydb.thrift.Heavy.get_completion_hints_args.write(), heavydb.thrift.Heavy.set_execution_mode_args.write(), heavydb.thrift.Heavy.render_vega_args.write(), heavydb.thrift.Heavy.get_result_row_for_pixel_args.write(), heavydb.thrift.Heavy.create_custom_expression_args.write(), heavydb.thrift.Heavy.get_custom_expressions_args.write(), heavydb.thrift.Heavy.update_custom_expression_args.write(), heavydb.thrift.Heavy.delete_custom_expressions_args.write(), heavydb.thrift.Heavy.get_dashboard_args.write(), heavydb.thrift.Heavy.get_dashboards_args.write(), heavydb.thrift.Heavy.create_dashboard_args.write(), 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_columnar_polys_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().

heavydb.thrift.Heavy.sql_execute_df_args.transport_method

Definition at line 13186 of file Heavy.py.

Referenced by heavydb.thrift.Heavy.sql_execute_df_args.read(), and heavydb.thrift.Heavy.sql_execute_df_args.write().


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