Package org.apache.beam.sdk.io.iceberg
Class FilterUtils
java.lang.Object
org.apache.beam.sdk.io.iceberg.FilterUtils
Utilities that convert between a SQL filter expression and an Iceberg
Expression. Uses
Apache Calcite semantics.
Note: Only supports top-level fields (i.e. cannot reference nested fields).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlKind> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUPPORTED_OPS
public static final Set<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlKind> SUPPORTED_OPS
-
-
Constructor Details
-
FilterUtils
public FilterUtils()
-