Class IrisDbPythonSession

java.lang.Object
com.illumon.iris.db.util.IrisDbPythonSession
All Implemented Interfaces:
ScriptSession

public class IrisDbPythonSession
extends Object
implements ScriptSession
A ScriptSession that uses a JPy cpython interpreter internally. This is used for persistent queries or the DB console; Python code running remotely uses WorkerPythonEnvironment for it's supporting structures.