- java.lang.Object
-
- com.pervasive.datarush.coercion.ListOps
-
- All Implemented Interfaces:
OperatorRegistrar
public class ListOps extends Object implements OperatorRegistrar
Utility class to dump all registered operators to stdout or the file specified.
-
-
Constructor Summary
Constructors Constructor Description ListOps()
-
-
-
Method Detail
-
main
public static void main(String[] args)
Runnable using the "dr" script. If passed a file name as the first parameter, it will write the results to the file. Otherwise, they are written to standard output.- Parameters:
args
- zero or one arguments supported; if one it is the name of the output file
-
-