Package io.substrait.proto
Interface DerivationExpression.UnaryOpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DerivationExpression.UnaryOp,DerivationExpression.UnaryOp.Builder
- Enclosing class:
- DerivationExpression
public static interface DerivationExpression.UnaryOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArg().substrait.DerivationExpression arg = 2;.substrait.DerivationExpression arg = 2;.substrait.DerivationExpression.UnaryOp.UnaryOpType op_type = 1;int.substrait.DerivationExpression.UnaryOp.UnaryOpType op_type = 1;booleanhasArg().substrait.DerivationExpression arg = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOpTypeValue
int getOpTypeValue().substrait.DerivationExpression.UnaryOp.UnaryOpType op_type = 1;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
DerivationExpression.UnaryOp.UnaryOpType getOpType().substrait.DerivationExpression.UnaryOp.UnaryOpType op_type = 1;- Returns:
- The opType.
-
hasArg
boolean hasArg().substrait.DerivationExpression arg = 2;- Returns:
- Whether the arg field is set.
-
getArg
DerivationExpression getArg().substrait.DerivationExpression arg = 2;- Returns:
- The arg.
-
getArgOrBuilder
DerivationExpressionOrBuilder getArgOrBuilder().substrait.DerivationExpression arg = 2;
-