Package io.deephaven.engine.context
package io.deephaven.engine.context
-
ClassDescriptionContainer for context-specific objects, that can be activated on a thread or passed to certain operations.Java compiler api, specifically geared towards query language expressions.A
QueryCompilerimplementation that compiles Java source to bytecode in memory and defines the resulting classes viaClassLoader.defineClass(byte[], int, int), avoiding filesystem writes for compilation output.A request to compile a java class.Variable scope used to resolve parameter values during query execution and to expose named objects to users.A type of RuntimeException thrown when a variable referenced within theQueryScopeis not defined or, more likely, has not been added to the scope.Map-based implementation, extending LivenessArtifact to manage the objects passed into it.