Interface PlanProtocol.MatrixExtendOperatorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNewColName()
      string newColName = 1;
      com.google.protobuf.ByteString getNewColNameBytes()
      string newColName = 1;
      String getPostfixExpressionTokens​(int index)
      Tokens are function calls (+, -, * or beginning with ()) Or columns Or literals
      com.google.protobuf.ByteString getPostfixExpressionTokensBytes​(int index)
      Tokens are function calls (+, -, * or beginning with ()) Or columns Or literals
      int getPostfixExpressionTokensCount()
      Tokens are function calls (+, -, * or beginning with ()) Or columns Or literals
      List<String> getPostfixExpressionTokensList()
      Tokens are function calls (+, -, * or beginning with ()) Or columns Or literals
      String getType()
      The type of the new column
      com.google.protobuf.ByteString getTypeBytes()
      The type of the new column
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNewColName

        String getNewColName()
        string newColName = 1;
        Returns:
        The newColName.
      • getNewColNameBytes

        com.google.protobuf.ByteString getNewColNameBytes()
        string newColName = 1;
        Returns:
        The bytes for newColName.
      • getPostfixExpressionTokensList

        List<String> getPostfixExpressionTokensList()
        Tokens are function calls (+, -, * or beginning with ())
        Or columns
        Or literals
         
        repeated string postfixExpressionTokens = 2;
        Returns:
        A list containing the postfixExpressionTokens.
      • getPostfixExpressionTokensCount

        int getPostfixExpressionTokensCount()
        Tokens are function calls (+, -, * or beginning with ())
        Or columns
        Or literals
         
        repeated string postfixExpressionTokens = 2;
        Returns:
        The count of postfixExpressionTokens.
      • getPostfixExpressionTokens

        String getPostfixExpressionTokens​(int index)
        Tokens are function calls (+, -, * or beginning with ())
        Or columns
        Or literals
         
        repeated string postfixExpressionTokens = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The postfixExpressionTokens at the given index.
      • getPostfixExpressionTokensBytes

        com.google.protobuf.ByteString getPostfixExpressionTokensBytes​(int index)
        Tokens are function calls (+, -, * or beginning with ())
        Or columns
        Or literals
         
        repeated string postfixExpressionTokens = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the postfixExpressionTokens at the given index.
      • getType

        String getType()
        The type of the new column
         
        string type = 3;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        The type of the new column
         
        string type = 3;
        Returns:
        The bytes for type.