Package org.apache.calcite.adapter.os
Class FilesTableFunction
java.lang.Object
org.apache.calcite.adapter.os.FilesTableFunction
Table function that executes the OS "find" command to find files under a
particular path.
-
Method Summary
-
Method Details
-
eval
Evaluates the function.- Parameters:
path
- Directory in which to start the search. Typically '.'- Returns:
- Table that can be inspected, planned, and evaluated
-