Uses of Class
io.trino.hive.formats.line.openxjson.OpenXJsonOptions
Packages that use OpenXJsonOptions
-
Uses of OpenXJsonOptions in io.trino.hive.formats.line.openxjson
Fields in io.trino.hive.formats.line.openxjson declared as OpenXJsonOptionsModifier and TypeFieldDescriptionstatic final OpenXJsonOptionsOpenXJsonOptions.DEFAULT_OPEN_X_JSON_OPTIONSMethods in io.trino.hive.formats.line.openxjson that return OpenXJsonOptionsModifier and TypeMethodDescriptionOpenXJsonOptions.Builder.build()static OpenXJsonOptionsOpenXJsonOptions.fromSchema(Map<String, String> serdeProperties) Methods in io.trino.hive.formats.line.openxjson with parameters of type OpenXJsonOptionsModifier and TypeMethodDescriptionstatic OpenXJsonOptions.BuilderOpenXJsonOptions.builder(OpenXJsonOptions options) Constructors in io.trino.hive.formats.line.openxjson with parameters of type OpenXJsonOptionsModifierConstructorDescriptionOpenXJsonDeserializer(List<Column> columns, OpenXJsonOptions options) OpenXJsonSerializer(List<Column> columns, OpenXJsonOptions options)