Interface GlueMetadataHandler.TableFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean filter​(com.amazonaws.services.glue.model.Table table)
      Used to filter table results.
    • Method Detail

      • filter

        boolean filter​(com.amazonaws.services.glue.model.Table table)
        Used to filter table results.
        Parameters:
        table - The table to evaluate.
        Returns:
        True if the provided table should be in the result, False if not.