Class TableColumnDescriptorView.FunctionCallDefaultValueView
java.lang.Object
org.gridgain.internal.snapshots.meta.TableColumnDescriptorView.DefaultValueView
org.gridgain.internal.snapshots.meta.TableColumnDescriptorView.FunctionCallDefaultValueView
- Enclosing class:
- TableColumnDescriptorView
public static class TableColumnDescriptorView.FunctionCallDefaultValueView
extends TableColumnDescriptorView.DefaultValueView
JSON view of a
DefaultValue.FunctionCall.-
Constructor Summary
ConstructorsConstructorDescriptionFunctionCallDefaultValueView(String functionName, List<Object> parameters, @Nullable Object computedValue) Creates a JSON view of a function call with its parameters and computed value. -
Method Summary
Modifier and TypeMethodDescription@Nullable Objectorg.apache.ignite.internal.catalog.commands.DefaultValueMethods inherited from class org.gridgain.internal.snapshots.meta.TableColumnDescriptorView.DefaultValueView
create
-
Constructor Details
-
FunctionCallDefaultValueView
public FunctionCallDefaultValueView(String functionName, List<Object> parameters, @Nullable @Nullable Object computedValue) Creates a JSON view of a function call with its parameters and computed value.- Parameters:
functionName- the function nameparameters- the list of parameterscomputedValue- the computed value
-
-
Method Details
-
functionName
-
parameters
-
computedValue
-
toDefaultValue
public org.apache.ignite.internal.catalog.commands.DefaultValue toDefaultValue()- Specified by:
toDefaultValuein classTableColumnDescriptorView.DefaultValueView
-