Class TrinoThriftAllOrNoneValueSet
java.lang.Object
io.trino.plugin.thrift.api.valuesets.TrinoThriftAllOrNoneValueSet
Set that either includes all values, or excludes all values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TrinoThriftAllOrNoneValueSetfromAllOrNoneValueSet(AllOrNoneValueSet valueSet) inthashCode()booleanisAll()toString()
-
Constructor Details
-
TrinoThriftAllOrNoneValueSet
@ThriftConstructor public TrinoThriftAllOrNoneValueSet(boolean all)
-
-
Method Details