Class SubstraitTypeAndValue
- java.lang.Object
-
- com.amazonaws.athena.connector.substrait.SubstraitTypeAndValue
-
public class SubstraitTypeAndValue extends Object
-
-
Constructor Summary
Constructors Constructor Description SubstraitTypeAndValue(org.apache.calcite.sql.type.SqlTypeName type, Object value, String columnName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColumnName()org.apache.calcite.sql.type.SqlTypeNamegetType()ObjectgetValue()StringtoString()
-