Package org.apache.beam.sdk.extensions.sql.meta.provider.text
package org.apache.beam.sdk.extensions.sql.meta.provider.text
Table schema for text files.
-
ClassesClassDescription
TextJsonTable
is aBeamSqlTable
that reads text files and converts them according to the JSON format.TextTable
is aBeamSqlTable
that reads text files and converts them according to the specified format.Text table provider.Read-side converter forTextTable
with format'csv'
.Read-side converter forTextTable
with format'lines'
.Write-side converter for forTextTable
with format'lines'
.