Uses of Interface
io.prestosql.util.JsonUtil.ObjectKeyProvider
-
Packages that use JsonUtil.ObjectKeyProvider Package Description io.prestosql.operator.scalar io.prestosql.util -
-
Uses of JsonUtil.ObjectKeyProvider in io.prestosql.operator.scalar
Methods in io.prestosql.operator.scalar with parameters of type JsonUtil.ObjectKeyProvider Modifier and Type Method Description static io.airlift.slice.SliceMapToJsonCast. toJson(JsonUtil.ObjectKeyProvider provider, JsonUtil.JsonGeneratorWriter writer, Block block) -
Uses of JsonUtil.ObjectKeyProvider in io.prestosql.util
Methods in io.prestosql.util that return JsonUtil.ObjectKeyProvider Modifier and Type Method Description static JsonUtil.ObjectKeyProviderJsonUtil.ObjectKeyProvider. createObjectKeyProvider(Type type)
-