Package io.deephaven.query.parameterized
Interface ParameterizedQuery
- All Known Implementing Classes:
ParameterizedQueryServerImpl
public interface ParameterizedQuery
A ParameterizedQuery is a set of computations that are deferred until parameters are
provided to complete. They can be thought of as a "PQ Lite"
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ParameterizedQueryBuilder
create()
Create a Parameterized Query
-
Method Details
-
create
Create a Parameterized Query- Returns:
- a builder
-