Class SchemaBaseBeamTable

    • Field Detail

      • schema

        protected org.apache.beam.sdk.schemas.Schema schema
    • Constructor Detail

      • SchemaBaseBeamTable

        public SchemaBaseBeamTable​(org.apache.beam.sdk.schemas.Schema schema)
    • Method Detail

      • getSchema

        public org.apache.beam.sdk.schemas.Schema getSchema()
        Description copied from interface: BeamSqlTable
        Get the schema info of the table.
        Specified by:
        getSchema in interface BeamSqlTable