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
Modifier and Type Method Description StringgetExceptionCol()string exceptionCol = 4;com.google.protobuf.ByteStringgetExceptionColBytes()string exceptionCol = 4;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 columnMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNewColName
String getNewColName()string newColName = 1; -
getNewColNameBytes
com.google.protobuf.ByteString getNewColNameBytes()string newColName = 1; -
getPostfixExpressionTokensList
Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literals
repeated string postfixExpressionTokens = 2; -
getPostfixExpressionTokensCount
int getPostfixExpressionTokensCount()Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literals
repeated string postfixExpressionTokens = 2; -
getPostfixExpressionTokens
Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literals
repeated string postfixExpressionTokens = 2; -
getPostfixExpressionTokensBytes
com.google.protobuf.ByteString getPostfixExpressionTokensBytes(int index)Tokens are function calls (+, -, *, / or beginning with ()) Or columns Or literals
repeated string postfixExpressionTokens = 2; -
getType
String getType()The type of the new column
string type = 3; -
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()The type of the new column
string type = 3; -
getExceptionCol
String getExceptionCol()string exceptionCol = 4; -
getExceptionColBytes
com.google.protobuf.ByteString getExceptionColBytes()string exceptionCol = 4;
-