Package org.apache.druid.sql.http
Class SqlParameter
java.lang.Object
org.apache.druid.sql.http.SqlParameter
See
ClientSqlParameter for the equivalent POJO class used on the client side.
Note: The field type relies on a Calcite data type, which prevents this class from being moved
to the processing module for reuse.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SqlParameter
-
-
Method Details
-
getValue
-
getType
public org.apache.calcite.avatica.SqlType getType() -
getTypedValue
public org.apache.calcite.avatica.remote.TypedValue getTypedValue() -
toString
-
equals
-
hashCode
public int hashCode()
-