public interface ConstraintOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsColumnConstraints(String key)
maps column to constraint, columns not present are not constrained
|
Map<String,Domain> |
getColumnConstraints()
Deprecated.
|
int |
getColumnConstraintsCount()
maps column to constraint, columns not present are not constrained
|
Map<String,Domain> |
getColumnConstraintsMap()
maps column to constraint, columns not present are not constrained
|
Domain |
getColumnConstraintsOrDefault(String key,
Domain defaultValue)
maps column to constraint, columns not present are not constrained
|
Domain |
getColumnConstraintsOrThrow(String key)
maps column to constraint, columns not present are not constrained
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getColumnConstraintsCount()
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
boolean containsColumnConstraints(String key)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
@Deprecated Map<String,Domain> getColumnConstraints()
getColumnConstraintsMap()
instead.Map<String,Domain> getColumnConstraintsMap()
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
Domain getColumnConstraintsOrDefault(String key, Domain defaultValue)
maps column to constraint, columns not present are not constrained
map<string, .alluxio.grpc.table.Domain> column_constraints = 1;
Copyright © 2023. All Rights Reserved.