Package io.substrait.proto
Interface DerivationExpression.ExpressionNamedStructOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DerivationExpression.ExpressionNamedStruct,DerivationExpression.ExpressionNamedStruct.Builder
- Enclosing class:
- DerivationExpression
public static interface DerivationExpression.ExpressionNamedStructOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNames(int index) repeated string names = 1;com.google.protobuf.ByteStringgetNamesBytes(int index) repeated string names = 1;intrepeated string names = 1;repeated string names = 1;.substrait.DerivationExpression.ExpressionStruct struct = 2;.substrait.DerivationExpression.ExpressionStruct struct = 2;boolean.substrait.DerivationExpression.ExpressionStruct struct = 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
-
getNamesList
repeated string names = 1;- Returns:
- A list containing the names.
-
getNamesCount
int getNamesCount()repeated string names = 1;- Returns:
- The count of names.
-
getNames
repeated string names = 1;- Parameters:
index- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index) repeated string names = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the names at the given index.
-
hasStruct
boolean hasStruct().substrait.DerivationExpression.ExpressionStruct struct = 2;- Returns:
- Whether the struct field is set.
-
getStruct
DerivationExpression.ExpressionStruct getStruct().substrait.DerivationExpression.ExpressionStruct struct = 2;- Returns:
- The struct.
-
getStructOrBuilder
DerivationExpression.ExpressionStructOrBuilder getStructOrBuilder().substrait.DerivationExpression.ExpressionStruct struct = 2;
-