Class PinotCellConverter

java.lang.Object
io.kestra.plugin.jdbc.AbstractCellConverter
io.kestra.plugin.jdbc.pinot.PinotCellConverter

public class PinotCellConverter extends io.kestra.plugin.jdbc.AbstractCellConverter
  • Field Summary

    Fields inherited from class io.kestra.plugin.jdbc.AbstractCellConverter

    zoneId
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convertCell(int columnIndex, ResultSet rs, Connection connection)
     

    Methods inherited from class io.kestra.plugin.jdbc.AbstractCellConverter

    addPreparedStatementException, addPreparedStatementValue, convert, parseDuration, parseStringToTimestamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PinotCellConverter

      public PinotCellConverter(ZoneId zoneId)
  • Method Details