Package org.apache.druid.sql.calcite.run
Class SqlResults
java.lang.Object
org.apache.druid.sql.calcite.run.SqlResults
Holder for the utility method
coerce(ObjectMapper, Context, Object, SqlTypeName, String).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectcoerce(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, SqlResults.Context context, Object value, org.apache.calcite.sql.type.SqlTypeName sqlTypeName, String fieldName)
-
Constructor Details
-
SqlResults
public SqlResults()
-
-
Method Details
-
coerce
public static Object coerce(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, SqlResults.Context context, Object value, org.apache.calcite.sql.type.SqlTypeName sqlTypeName, String fieldName)
-