Interface SqlPredicate<T extends org.apache.avro.generic.IndexedRecord>

  • All Superinterfaces:
    Predicate<T>
    All Known Implementing Classes:
    SqlRowPredicate

    public interface SqlPredicate<T extends org.apache.avro.generic.IndexedRecord>
    extends Predicate<T>
    A predicate represented by a SQL Expression.
    Author:
    Zoltan Farkas
    • Method Detail

      • getSqlString

        String getSqlString()