Package io.substrait.proto
Interface DerivationExpression.BinaryOpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DerivationExpression.BinaryOp,DerivationExpression.BinaryOp.Builder
- Enclosing class:
- DerivationExpression
public static interface DerivationExpression.BinaryOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArg1().substrait.DerivationExpression arg1 = 2;.substrait.DerivationExpression arg1 = 2;getArg2().substrait.DerivationExpression arg2 = 3;.substrait.DerivationExpression arg2 = 3;.substrait.DerivationExpression.BinaryOp.BinaryOpType op_type = 1;int.substrait.DerivationExpression.BinaryOp.BinaryOpType op_type = 1;booleanhasArg1().substrait.DerivationExpression arg1 = 2;booleanhasArg2().substrait.DerivationExpression arg2 = 3;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.BinaryOp.BinaryOpType op_type = 1;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
DerivationExpression.BinaryOp.BinaryOpType getOpType().substrait.DerivationExpression.BinaryOp.BinaryOpType op_type = 1;- Returns:
- The opType.
-
hasArg1
boolean hasArg1().substrait.DerivationExpression arg1 = 2;- Returns:
- Whether the arg1 field is set.
-
getArg1
DerivationExpression getArg1().substrait.DerivationExpression arg1 = 2;- Returns:
- The arg1.
-
getArg1OrBuilder
DerivationExpressionOrBuilder getArg1OrBuilder().substrait.DerivationExpression arg1 = 2; -
hasArg2
boolean hasArg2().substrait.DerivationExpression arg2 = 3;- Returns:
- Whether the arg2 field is set.
-
getArg2
DerivationExpression getArg2().substrait.DerivationExpression arg2 = 3;- Returns:
- The arg2.
-
getArg2OrBuilder
DerivationExpressionOrBuilder getArg2OrBuilder().substrait.DerivationExpression arg2 = 3;
-