Package com.ocient.jdbc.proto
Interface PlanProtocol.ExtendOperatorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.ExtendOperator,PlanProtocol.ExtendOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.ExtendOperatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNewColName()string newColName = 1;com.google.protobuf.ByteStringgetNewColNameBytes()string newColName = 1;StringgetPostfixExpressionTokens(int index)Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literalscom.google.protobuf.ByteStringgetPostfixExpressionTokensBytes(int index)Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literalsintgetPostfixExpressionTokensCount()Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literalsList<String>getPostfixExpressionTokensList()Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literalsStringgetType()The type of the new columncom.google.protobuf.ByteStringgetTypeBytes()The type of the new column-
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.
-
-