Class Distribution.Mapper
java.lang.Object
io.trino.plugin.raptor.legacy.metadata.Distribution.Mapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<Distribution>
- Enclosing class:
- Distribution
public static class Distribution.Mapper
extends Object
implements org.jdbi.v3.core.mapper.RowMapper<Distribution>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.mapper.RowMapper
init, specialize
-
Constructor Details
-
Mapper
-
-
Method Details
-
map
public Distribution map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException - Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<Distribution>- Throws:
SQLException
-