public abstract class BeamTextTable extends BaseBeamTable
BeamTextTable represents a text file/directory(backed by TextIO).| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
filePattern |
schema| Modifier | Constructor and Description |
|---|---|
protected |
BeamTextTable(Schema schema,
java.lang.String filePattern) |
| Modifier and Type | Method and Description |
|---|---|
BeamIOType |
getSourceType()
In Beam SQL, there's no difference between a batch query and a streaming query.
|
getSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildIOReader, buildIOWriterprotected BeamTextTable(Schema schema, java.lang.String filePattern)
public BeamIOType getSourceType()
BeamSqlTableBeamIOType is used to validate the sources.