Class TableSource

    • Constructor Detail

      • TableSource

        public TableSource​(java.lang.String tableName,
                           java.lang.String... columnNames)
        Creates a new instance.
        Parameters:
        tableName - name of the table to be read
        columnNames - names of the columns in the tables; can be omitted but allows to inject schema information into Wayang, so as to allow specific optimizations
      • TableSource

        public TableSource​(java.lang.String tableName,
                           DataSetType<Record> type)
      • TableSource

        public TableSource​(TableSource that)
        Copies an instance (exclusive of broadcasts).
        Parameters:
        that - that should be copied
    • Method Detail

      • getTableName

        public java.lang.String getTableName()