Class JavaKernelBuilder
java.lang.Object
io.deephaven.engine.table.impl.select.codegen.JavaKernelBuilder
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(@NotNull String originalFormulaString, @NotNull String cookedFormulaString, @NotNull Class<?> returnedType, @NotNull String timeInstanceVariables, @NotNull Map<String, RichType> columns, @NotNull Map<String, Class<?>> arrays, @NotNull Map<String, Class<?>> params, @NotNull QueryCompilerRequestProcessor compilationRequestProcessor)
-
Method Details
-
create
public static CompletionStageFuture<JavaKernelBuilder.Result> create(@NotNull @NotNull String originalFormulaString, @NotNull @NotNull String cookedFormulaString, @NotNull @NotNull Class<?> returnedType, @NotNull @NotNull String timeInstanceVariables, @NotNull @NotNull Map<String, RichType> columns, @NotNull @NotNull Map<String, Class<?>> arrays, @NotNull @NotNull Map<String, Class<?>> params, @NotNull @NotNull QueryCompilerRequestProcessor compilationRequestProcessor)
-