Package io.trino.plugin.pinot.query
Class PinotTypeResolver
java.lang.Object
io.trino.plugin.pinot.query.PinotTypeResolver
-
Constructor Summary
ConstructorsConstructorDescriptionPinotTypeResolver(PinotClient pinotClient, PinotTypeConverter typeConverter, String pinotTableName) -
Method Summary
Modifier and TypeMethodDescriptionresolveExpressionType(org.apache.pinot.common.request.context.ExpressionContext expression, SchemaTableName schemaTableName, Map<String, ColumnHandle> columnHandles)
-
Constructor Details
-
PinotTypeResolver
public PinotTypeResolver(PinotClient pinotClient, PinotTypeConverter typeConverter, String pinotTableName)
-
-
Method Details
-
resolveExpressionType
public Type resolveExpressionType(org.apache.pinot.common.request.context.ExpressionContext expression, SchemaTableName schemaTableName, Map<String, ColumnHandle> columnHandles)
-