Class ClientSqlParameter

java.lang.Object
org.apache.druid.query.http.ClientSqlParameter

public class ClientSqlParameter extends Object
Client representation of
invalid reference
org.apache.druid.sql.http.SqlParameter
. This is effectively a lightweight POJO class for use by clients that excludes Calcite dependencies and server-side logic from the Broker.
  • Constructor Details

    • ClientSqlParameter

      public ClientSqlParameter(String type, Object value)
  • Method Details