Interface UpdateRelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateRel, UpdateRel.Builder

public interface UpdateRelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasNamedTable

      boolean hasNamedTable()
      .substrait.NamedTable named_table = 1;
      Returns:
      Whether the namedTable field is set.
    • getNamedTable

      NamedTable getNamedTable()
      .substrait.NamedTable named_table = 1;
      Returns:
      The namedTable.
    • getNamedTableOrBuilder

      NamedTableOrBuilder getNamedTableOrBuilder()
      .substrait.NamedTable named_table = 1;
    • hasTableSchema

      boolean hasTableSchema()
       The full schema of the named_table
       
      .substrait.NamedStruct table_schema = 2;
      Returns:
      Whether the tableSchema field is set.
    • getTableSchema

      NamedStruct getTableSchema()
       The full schema of the named_table
       
      .substrait.NamedStruct table_schema = 2;
      Returns:
      The tableSchema.
    • getTableSchemaOrBuilder

      NamedStructOrBuilder getTableSchemaOrBuilder()
       The full schema of the named_table
       
      .substrait.NamedStruct table_schema = 2;
    • hasCondition

      boolean hasCondition()
       condition to be met for the update to be applied on a record
       
      .substrait.Expression condition = 3;
      Returns:
      Whether the condition field is set.
    • getCondition

      Expression getCondition()
       condition to be met for the update to be applied on a record
       
      .substrait.Expression condition = 3;
      Returns:
      The condition.
    • getConditionOrBuilder

      ExpressionOrBuilder getConditionOrBuilder()
       condition to be met for the update to be applied on a record
       
      .substrait.Expression condition = 3;
    • getTransformationsList

      List<UpdateRel.TransformExpression> getTransformationsList()
       The list of transformations to apply to the columns of the named_table
       
      repeated .substrait.UpdateRel.TransformExpression transformations = 4;
    • getTransformations

      UpdateRel.TransformExpression getTransformations(int index)
       The list of transformations to apply to the columns of the named_table
       
      repeated .substrait.UpdateRel.TransformExpression transformations = 4;
    • getTransformationsCount

      int getTransformationsCount()
       The list of transformations to apply to the columns of the named_table
       
      repeated .substrait.UpdateRel.TransformExpression transformations = 4;
    • getTransformationsOrBuilderList

      List<? extends UpdateRel.TransformExpressionOrBuilder> getTransformationsOrBuilderList()
       The list of transformations to apply to the columns of the named_table
       
      repeated .substrait.UpdateRel.TransformExpression transformations = 4;
    • getTransformationsOrBuilder

      UpdateRel.TransformExpressionOrBuilder getTransformationsOrBuilder(int index)
       The list of transformations to apply to the columns of the named_table
       
      repeated .substrait.UpdateRel.TransformExpression transformations = 4;
    • hasAdvancedExtension

      boolean hasAdvancedExtension()
      .substrait.extensions.AdvancedExtension advanced_extension = 5;
      Returns:
      Whether the advancedExtension field is set.
    • getAdvancedExtension

      AdvancedExtension getAdvancedExtension()
      .substrait.extensions.AdvancedExtension advanced_extension = 5;
      Returns:
      The advancedExtension.
    • getAdvancedExtensionOrBuilder

      AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder()
      .substrait.extensions.AdvancedExtension advanced_extension = 5;
    • getUpdateTypeCase

      UpdateRel.UpdateTypeCase getUpdateTypeCase()