Class ParameterizedQueryServerImpl

java.lang.Object
io.deephaven.query.parameterized.impl.ParameterizedQueryServerImpl
All Implemented Interfaces:
Deflatable<ParameterizedQueryClientImpl>, LiveWidget<ParameterizedQueryClientImpl>, LiveWidgetVisibilityProvider, ParameterizedQueryWidgetMarker, ParameterizedQuery

The primary implementation of a Parameterized query. It is split into two parts, the client impl and the server impl. This keeps the client code isolated from the server code to reduce confusion.