Package org.apache.iceberg.spark
Class SparkSQLProperties
- java.lang.Object
-
- org.apache.iceberg.spark.SparkSQLProperties
-
public class SparkSQLProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AGGREGATE_PUSH_DOWN_ENABLED
static boolean
AGGREGATE_PUSH_DOWN_ENABLED_DEFAULT
static java.lang.String
CHECK_NULLABILITY
static boolean
CHECK_NULLABILITY_DEFAULT
static java.lang.String
CHECK_ORDERING
static boolean
CHECK_ORDERING_DEFAULT
static java.lang.String
DISTRIBUTION_MODE
static java.lang.String
HANDLE_TIMESTAMP_WITHOUT_TIMEZONE
static boolean
HANDLE_TIMESTAMP_WITHOUT_TIMEZONE_DEFAULT
static java.lang.String
PRESERVE_DATA_GROUPING
static boolean
PRESERVE_DATA_GROUPING_DEFAULT
static java.lang.String
USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES
static boolean
USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES_DEFAULT
static java.lang.String
VECTORIZATION_ENABLED
static java.lang.String
WAP_BRANCH
static java.lang.String
WAP_ID
-
-
-
Field Detail
-
VECTORIZATION_ENABLED
public static final java.lang.String VECTORIZATION_ENABLED
- See Also:
- Constant Field Values
-
HANDLE_TIMESTAMP_WITHOUT_TIMEZONE
public static final java.lang.String HANDLE_TIMESTAMP_WITHOUT_TIMEZONE
- See Also:
- Constant Field Values
-
HANDLE_TIMESTAMP_WITHOUT_TIMEZONE_DEFAULT
public static final boolean HANDLE_TIMESTAMP_WITHOUT_TIMEZONE_DEFAULT
- See Also:
- Constant Field Values
-
USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES
public static final java.lang.String USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES
- See Also:
- Constant Field Values
-
USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES_DEFAULT
public static final boolean USE_TIMESTAMP_WITHOUT_TIME_ZONE_IN_NEW_TABLES_DEFAULT
- See Also:
- Constant Field Values
-
CHECK_NULLABILITY
public static final java.lang.String CHECK_NULLABILITY
- See Also:
- Constant Field Values
-
CHECK_NULLABILITY_DEFAULT
public static final boolean CHECK_NULLABILITY_DEFAULT
- See Also:
- Constant Field Values
-
CHECK_ORDERING
public static final java.lang.String CHECK_ORDERING
- See Also:
- Constant Field Values
-
CHECK_ORDERING_DEFAULT
public static final boolean CHECK_ORDERING_DEFAULT
- See Also:
- Constant Field Values
-
PRESERVE_DATA_GROUPING
public static final java.lang.String PRESERVE_DATA_GROUPING
- See Also:
- Constant Field Values
-
PRESERVE_DATA_GROUPING_DEFAULT
public static final boolean PRESERVE_DATA_GROUPING_DEFAULT
- See Also:
- Constant Field Values
-
AGGREGATE_PUSH_DOWN_ENABLED
public static final java.lang.String AGGREGATE_PUSH_DOWN_ENABLED
- See Also:
- Constant Field Values
-
AGGREGATE_PUSH_DOWN_ENABLED_DEFAULT
public static final boolean AGGREGATE_PUSH_DOWN_ENABLED_DEFAULT
- See Also:
- Constant Field Values
-
DISTRIBUTION_MODE
public static final java.lang.String DISTRIBUTION_MODE
- See Also:
- Constant Field Values
-
WAP_ID
public static final java.lang.String WAP_ID
- See Also:
- Constant Field Values
-
WAP_BRANCH
public static final java.lang.String WAP_BRANCH
- See Also:
- Constant Field Values
-
-