Public member functions documentation
- AdapterType getAdapterType() const
- Gets the adapter type.
- Returns
- AdapterType
- The adapter type.
- int64_t getAeCallId() const
- Gets the call ID.
- Returns
- The call ID.
- int64_t getAeQueryId() const
- Gets the query ID.
- Returns
- The query ID.
- int getDataSliceId() const
- Gets the dataslice ID.
- Returns
- The dataslice ID.
- int getHardwareId() const
- Gets the hardware ID.
- Returns
- The hardware ID.
- LocusType getLocus() const
- Gets the locus.
- Returns
- LocusType
- The locus of execution.
- int getNumberDataSlices() const
- Gets the number of dataslices.
- Returns
- The number of dataslices.
- int getNumberSpus() const
- Gets the number of SPUs.
- Returns
- The number of SPUs.
- int getSessionId() const
- Gets the session ID.
- Returns
- The session ID.
- int64_t getSuggestedMemoryLimit() const
- Gets the memory limit.
- Returns
- The memory limit.
- int64_t getTransactionId() const
- Gets the transaction ID.
- Returns
- The transaction ID.
- std::string getUserName() const
- Gets the database user name.
- Returns
- The database user name.
- bool getUserQuery() const
- Determines if this is a user query.
- Returns
- TRUE if a user query as opposed to a JIT state or other prep query.