Class NoExecutor.Factory
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.ExecutorFactory
-
- net.hydromatic.sqllogictest.executors.NoExecutor.Factory
-
- Enclosing class:
- NoExecutor
public static class NoExecutor.Factory extends ExecutorFactory
-
-
Field Summary
Fields Modifier and Type Field Description static NoExecutor.FactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(ExecutionOptions execOptions)Register this factory with the Execution options.
-
-
-
Field Detail
-
INSTANCE
public static final NoExecutor.Factory INSTANCE
-
-
Method Detail
-
register
public void register(ExecutionOptions execOptions)
Description copied from class:ExecutorFactoryRegister this factory with the Execution options. May install new command-line flags as well.- Specified by:
registerin classExecutorFactory
-
-