Uses of Record Class
io.trino.hive.formats.line.Column
Packages that use Column
Package
Description
-
Uses of Column in io.trino.hive.formats.line
Method parameters in io.trino.hive.formats.line with type arguments of type Column -
Uses of Column in io.trino.hive.formats.line.csv
Method parameters in io.trino.hive.formats.line.csv with type arguments of type ColumnModifier and TypeMethodDescriptionConstructor parameters in io.trino.hive.formats.line.csv with type arguments of type ColumnModifierConstructorDescriptionCsvDeserializer(List<Column> columns, char separatorChar, char quoteChar, char escapeChar) CsvSerializer(List<Column> columns, byte separatorChar, byte quoteChar, byte escapeChar) -
Uses of Column in io.trino.hive.formats.line.json
Method parameters in io.trino.hive.formats.line.json with type arguments of type ColumnModifier and TypeMethodDescriptionConstructor parameters in io.trino.hive.formats.line.json with type arguments of type ColumnModifierConstructorDescriptionJsonDeserializer(List<Column> columns, List<String> timestampFormats) JsonSerializer(List<Column> columns) -
Uses of Column in io.trino.hive.formats.line.openxjson
Method parameters in io.trino.hive.formats.line.openxjson with type arguments of type ColumnModifier and TypeMethodDescriptionConstructor parameters in io.trino.hive.formats.line.openxjson with type arguments of type ColumnModifierConstructorDescriptionOpenXJsonDeserializer(List<Column> columns, OpenXJsonOptions options) OpenXJsonSerializer(List<Column> columns, OpenXJsonOptions options) -
Uses of Column in io.trino.hive.formats.line.regex
Methods in io.trino.hive.formats.line.regex that return ColumnMethod parameters in io.trino.hive.formats.line.regex with type arguments of type ColumnModifier and TypeMethodDescriptionConstructors in io.trino.hive.formats.line.regex with parameters of type ColumnConstructor parameters in io.trino.hive.formats.line.regex with type arguments of type ColumnModifierConstructorDescriptionRegexDeserializer(List<Column> columns, String regex, boolean caseSensitive) -
Uses of Column in io.trino.hive.formats.line.simple
Method parameters in io.trino.hive.formats.line.simple with type arguments of type ColumnModifier and TypeMethodDescriptionConstructor parameters in io.trino.hive.formats.line.simple with type arguments of type ColumnModifierConstructorDescriptionSimpleDeserializer(List<Column> columns, TextEncodingOptions textEncodingOptions, int tableColumnCount) SimpleSerializer(List<Column> columns, TextEncodingOptions options)