Class InferenceContext
- java.lang.Object
-
- com.codedstreams.otterstreams.sql.runtime.InferenceContext
-
public class InferenceContext extends Object
Context for inference execution with metadata.
-
-
Constructor Summary
Constructors Constructor Description InferenceContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(String key)longgetElapsedTime()longgetRequestTime()voidput(String key, Object value)
-