Run-time member functions
- getCurrentUsername(self)
- Gets the database username of the current AE being run.
- getDatasliceId(self)
- Determines the ID of the dataslice being serviced by the AE.
- getHardwareId(self)
- Determines the ID of the hardware on which the AE is running.
- getLogMask(self)
- Gets the log mask that the AE is running on.
- getNumberOfDataSlices(self)
- Gets the number of dataslices that are running on the Netezza appliance.
- getNumberOfSpus(self)
- Gets the number of SPUs running on the Netezza appliance.
- getSuggestedMemoryLimit(self)
- Gets the suggested memory limit for this AE.
- getSessionId(self)
- Gets the session ID associated with this AE.
- getTransactionId(self)
- Gets the transaction ID associated with this AE.
- isAUserQuery(self)
- Determines if the AE is handling a user query.
- isLoggingEnabled(self)
- Determines if logging is enabled.
- isRunningInPostgres(self)
- Determines if this AE is running in Postgres.
- isRunningInDbos(self)
- Determines if this AE is running in DBOS.
- isRunningOnSpu(self)
- Determines if this AE is running on the SPU.
- isRunningOnHost(self)
- Determines if this AE is running on the host.