Class PrometheusColumnHandle

java.lang.Object
io.trino.plugin.prometheus.PrometheusColumnHandle
All Implemented Interfaces:
ColumnHandle

public final class PrometheusColumnHandle extends Object implements ColumnHandle
  • Constructor Details

    • PrometheusColumnHandle

      public PrometheusColumnHandle(String columnName, Type columnType, int ordinalPosition)
  • Method Details