Package dev.vortex.proto
Interface ExprProtos.CastOptsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExprProtos.CastOpts
,ExprProtos.CastOpts.Builder
- Enclosing class:
- ExprProtos
public static interface ExprProtos.CastOptsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.vortex.dtype.DType target = 1;
.vortex.dtype.DType target = 1;
boolean
.vortex.dtype.DType target = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTarget
boolean hasTarget().vortex.dtype.DType target = 1;
- Returns:
- Whether the target field is set.
-
getTarget
DTypeProtos.DType getTarget().vortex.dtype.DType target = 1;
- Returns:
- The target.
-
getTargetOrBuilder
DTypeProtos.DTypeOrBuilder getTargetOrBuilder().vortex.dtype.DType target = 1;
-