Package org.apache.drill.exec.proto
Interface UserProtos.LikeFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.LikeFilter
,UserProtos.LikeFilter.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.LikeFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionescape character (if any) present in the patterncom.google.protobuf.ByteString
escape character (if any) present in the patternpattern to matchcom.google.protobuf.ByteString
pattern to matchboolean
escape character (if any) present in the patternboolean
pattern to matchMethods 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
-
hasPattern
boolean hasPattern()pattern to match
optional string pattern = 1;
- Returns:
- Whether the pattern field is set.
-
getPattern
String getPattern()pattern to match
optional string pattern = 1;
- Returns:
- The pattern.
-
getPatternBytes
com.google.protobuf.ByteString getPatternBytes()pattern to match
optional string pattern = 1;
- Returns:
- The bytes for pattern.
-
hasEscape
boolean hasEscape()escape character (if any) present in the pattern
optional string escape = 2;
- Returns:
- Whether the escape field is set.
-
getEscape
String getEscape()escape character (if any) present in the pattern
optional string escape = 2;
- Returns:
- The escape.
-
getEscapeBytes
com.google.protobuf.ByteString getEscapeBytes()escape character (if any) present in the pattern
optional string escape = 2;
- Returns:
- The bytes for escape.
-