Uses of Interface
io.prestosql.decoder.json.JsonFieldDecoder
-
Packages that use JsonFieldDecoder Package Description io.prestosql.decoder.json -
-
Uses of JsonFieldDecoder in io.prestosql.decoder.json
Classes in io.prestosql.decoder.json that implement JsonFieldDecoder Modifier and Type Class Description classCustomDateTimeJsonFieldDecoderCustom date format decoder.classDefaultJsonFieldDecoderDefault field decoder for the JSON format.classISO8601JsonFieldDecoderISO 8601 date format decoder.classMillisecondsSinceEpochJsonFieldDecoderMilliseconds since the epoch date format decoder.classRFC2822JsonFieldDecoderRFC 2822 date format decoder.classSecondsSinceEpochJsonFieldDecoderSeconds since the epoch date format decoder.Methods in io.prestosql.decoder.json that return JsonFieldDecoder Modifier and Type Method Description static JsonFieldDecoderJsonRowDecoderFactory. throwUnsupportedColumnType(DecoderColumnHandle column)
-