Package org.apache.beam.sdk.extensions.sql.meta.provider.text
Table schema for text files.
-
Class Summary Class Description TextJsonTable TextJsonTableis aBeamSqlTablethat reads text files and converts them according to the JSON format.TextTable TextTableis aBeamSqlTablethat reads text files and converts them according to the specified format.TextTableProvider Text table provider.TextTableProvider.CsvToRow Read-side converter forTextTablewith format'csv'.TextTableProvider.LinesReadConverter Read-side converter forTextTablewith format'lines'.TextTableProvider.LinesWriteConverter Write-side converter for forTextTablewith format'lines'.