java.lang.Object
org.apache.arrow.flight.Criteria
An opaque object that can be used to filter a list of streams available from a server.
This is a POJO wrapper around the protobuf Criteria message.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ALL
-
-
Constructor Details
-
Criteria
public Criteria(byte[] bytes)
-
-
Method Details
-
getExpression
public byte[] getExpression()Get the contained filter criteria.
-