Class SchemaIOTableProviderWrapper

    • Constructor Detail

      • SchemaIOTableProviderWrapper

        public SchemaIOTableProviderWrapper()
    • Method Detail

      • getSchemaIOProvider

        public abstract org.apache.beam.sdk.schemas.io.SchemaIOProvider getSchemaIOProvider()
      • getTableType

        public java.lang.String getTableType()
        Description copied from interface: TableProvider
        Gets the table type this provider handles.
        Specified by:
        getTableType in interface TableProvider
      • getTableStatistics

        protected BeamTableStatistics getTableStatistics​(org.apache.beam.sdk.options.PipelineOptions options,
                                                         org.apache.beam.sdk.schemas.io.SchemaIO schemaIO)