Class Criteria

java.lang.Object
org.apache.arrow.flight.Criteria

public class Criteria extends Object
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 Details

  • Constructor Details

    • Criteria

      public Criteria(byte[] bytes)
  • Method Details

    • getExpression

      public byte[] getExpression()
      Get the contained filter criteria.