Package io.trino.plugin.phoenix5
Class TypeUtils
java.lang.Object
io.trino.plugin.phoenix5.TypeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetArrayElementPhoenixTypeName(ConnectorSession session, PhoenixClient client, Type elementType) static Object[]getJdbcObjectArray(ConnectorSession session, Type elementType, Block block) static BlockjdbcObjectArrayToBlock(ConnectorSession session, Type type, Object[] elements) static Object[]toBoxedArray(Object jdbcArray)
-
Method Details
-
getArrayElementPhoenixTypeName
public static String getArrayElementPhoenixTypeName(ConnectorSession session, PhoenixClient client, Type elementType) -
jdbcObjectArrayToBlock
-
getJdbcObjectArray
-
toBoxedArray
-