Class FilesTableFunction

java.lang.Object
org.apache.calcite.adapter.os.FilesTableFunction

public class FilesTableFunction extends Object
Table function that executes the OS "find" command to find files under a particular path.
  • Method Details

    • eval

      public static ScannableTable eval(String path)
      Evaluates the function.
      Parameters:
      path - Directory in which to start the search. Typically '.'
      Returns:
      Table that can be inspected, planned, and evaluated