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 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 name
      parameters - the list of parameters
      computedValue - the computed value
  • Method Details