public enum BuiltInMethod extends Enum<BuiltInMethod>
| Modifier and Type | Field and Description |
|---|---|
Constructor |
constructor |
Field |
field |
static com.google.common.collect.ImmutableMap<Method,BuiltInMethod> |
MAP |
Method |
method |
| Modifier and Type | Method and Description |
|---|---|
static BuiltInMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInMethod QUERYABLE_SELECT
public static final BuiltInMethod QUERYABLE_AS_ENUMERABLE
public static final BuiltInMethod QUERYABLE_TABLE_AS_QUERYABLE
public static final BuiltInMethod AS_QUERYABLE
public static final BuiltInMethod ABSTRACT_ENUMERABLE_CTOR
public static final BuiltInMethod INTO
public static final BuiltInMethod SCHEMA_GET_SUB_SCHEMA
public static final BuiltInMethod SCHEMA_GET_TABLE
public static final BuiltInMethod SCHEMA_PLUS_UNWRAP
public static final BuiltInMethod SCHEMAS_ENUMERABLE_SCANNABLE
public static final BuiltInMethod SCHEMAS_ENUMERABLE_FILTERABLE
public static final BuiltInMethod SCHEMAS_ENUMERABLE_PROJECTABLE_FILTERABLE
public static final BuiltInMethod SCHEMAS_QUERYABLE
public static final BuiltInMethod REFLECTIVE_SCHEMA_GET_TARGET
public static final BuiltInMethod DATA_CONTEXT_GET
public static final BuiltInMethod DATA_CONTEXT_GET_ROOT_SCHEMA
public static final BuiltInMethod JDBC_SCHEMA_DATA_SOURCE
public static final BuiltInMethod ROW_VALUE
public static final BuiltInMethod ROW_AS_COPY
public static final BuiltInMethod RESULT_SET_ENUMERABLE_OF
public static final BuiltInMethod JOIN
public static final BuiltInMethod MERGE_JOIN
public static final BuiltInMethod SLICE0
public static final BuiltInMethod SEMI_JOIN
public static final BuiltInMethod THETA_JOIN
public static final BuiltInMethod CORRELATE_JOIN
public static final BuiltInMethod SELECT
public static final BuiltInMethod SELECT2
public static final BuiltInMethod SELECT_MANY
public static final BuiltInMethod WHERE
public static final BuiltInMethod WHERE2
public static final BuiltInMethod DISTINCT
public static final BuiltInMethod DISTINCT2
public static final BuiltInMethod GROUP_BY
public static final BuiltInMethod GROUP_BY2
public static final BuiltInMethod GROUP_BY_MULTIPLE
public static final BuiltInMethod AGGREGATE
public static final BuiltInMethod ORDER_BY
public static final BuiltInMethod UNION
public static final BuiltInMethod CONCAT
public static final BuiltInMethod INTERSECT
public static final BuiltInMethod EXCEPT
public static final BuiltInMethod SKIP
public static final BuiltInMethod TAKE
public static final BuiltInMethod SINGLETON_ENUMERABLE
public static final BuiltInMethod NULLS_COMPARATOR
public static final BuiltInMethod ARRAY_COMPARER
public static final BuiltInMethod FUNCTION0_APPLY
public static final BuiltInMethod FUNCTION1_APPLY
public static final BuiltInMethod ARRAYS_AS_LIST
public static final BuiltInMethod LIST_N
public static final BuiltInMethod LIST2
public static final BuiltInMethod LIST3
public static final BuiltInMethod COMPARABLE_EMPTY_LIST
public static final BuiltInMethod IDENTITY_COMPARER
public static final BuiltInMethod IDENTITY_SELECTOR
public static final BuiltInMethod AS_ENUMERABLE
public static final BuiltInMethod AS_ENUMERABLE2
public static final BuiltInMethod ENUMERABLE_TO_LIST
public static final BuiltInMethod LIST_TO_ENUMERABLE
public static final BuiltInMethod AS_LIST
public static final BuiltInMethod ENUMERATOR_CURRENT
public static final BuiltInMethod ENUMERATOR_MOVE_NEXT
public static final BuiltInMethod ENUMERATOR_CLOSE
public static final BuiltInMethod ENUMERATOR_RESET
public static final BuiltInMethod ENUMERABLE_ENUMERATOR
public static final BuiltInMethod ENUMERABLE_FOREACH
public static final BuiltInMethod TYPED_GET_ELEMENT_TYPE
public static final BuiltInMethod BINDABLE_BIND
public static final BuiltInMethod RESULT_SET_GET_DATE2
public static final BuiltInMethod RESULT_SET_GET_TIME2
public static final BuiltInMethod RESULT_SET_GET_TIMESTAMP2
public static final BuiltInMethod TIME_ZONE_GET_OFFSET
public static final BuiltInMethod LONG_VALUE
public static final BuiltInMethod COMPARATOR_COMPARE
public static final BuiltInMethod COLLECTIONS_REVERSE_ORDER
public static final BuiltInMethod COLLECTIONS_EMPTY_LIST
public static final BuiltInMethod COLLECTIONS_SINGLETON_LIST
public static final BuiltInMethod COLLECTION_SIZE
public static final BuiltInMethod MAP_CLEAR
public static final BuiltInMethod MAP_GET
public static final BuiltInMethod MAP_PUT
public static final BuiltInMethod COLLECTION_ADD
public static final BuiltInMethod LIST_GET
public static final BuiltInMethod ITERATOR_HAS_NEXT
public static final BuiltInMethod ITERATOR_NEXT
public static final BuiltInMethod MATH_MAX
public static final BuiltInMethod MATH_MIN
public static final BuiltInMethod SORTED_MULTI_MAP_PUT_MULTI
public static final BuiltInMethod SORTED_MULTI_MAP_ARRAYS
public static final BuiltInMethod SORTED_MULTI_MAP_SINGLETON
public static final BuiltInMethod BINARY_SEARCH5_LOWER
public static final BuiltInMethod BINARY_SEARCH5_UPPER
public static final BuiltInMethod BINARY_SEARCH6_LOWER
public static final BuiltInMethod BINARY_SEARCH6_UPPER
public static final BuiltInMethod ARRAY_ITEM
public static final BuiltInMethod MAP_ITEM
public static final BuiltInMethod ANY_ITEM
public static final BuiltInMethod UPPER
public static final BuiltInMethod LOWER
public static final BuiltInMethod INITCAP
public static final BuiltInMethod SUBSTRING
public static final BuiltInMethod CHAR_LENGTH
public static final BuiltInMethod STRING_CONCAT
public static final BuiltInMethod FLOOR_DIV
public static final BuiltInMethod FLOOR_MOD
public static final BuiltInMethod FLOOR
public static final BuiltInMethod CEIL
public static final BuiltInMethod OVERLAY
public static final BuiltInMethod OVERLAY3
public static final BuiltInMethod POSITION
public static final BuiltInMethod TRUNCATE
public static final BuiltInMethod TRIM
public static final BuiltInMethod LTRIM
public static final BuiltInMethod RTRIM
public static final BuiltInMethod LIKE
public static final BuiltInMethod SIMILAR
public static final BuiltInMethod IS_TRUE
public static final BuiltInMethod IS_NOT_FALSE
public static final BuiltInMethod NOT
public static final BuiltInMethod MODIFIABLE_TABLE_GET_MODIFIABLE_COLLECTION
public static final BuiltInMethod STRING_TO_BOOLEAN
public static final BuiltInMethod STRING_TO_DATE
public static final BuiltInMethod STRING_TO_TIME
public static final BuiltInMethod STRING_TO_TIMESTAMP
public static final BuiltInMethod UNIX_DATE_TO_STRING
public static final BuiltInMethod UNIX_TIME_TO_STRING
public static final BuiltInMethod UNIX_TIMESTAMP_TO_STRING
public static final BuiltInMethod INTERVAL_YEAR_MONTH_TO_STRING
public static final BuiltInMethod INTERVAL_DAY_TIME_TO_STRING
public static final BuiltInMethod UNIX_DATE_EXTRACT
public static final BuiltInMethod UNIX_DATE_FLOOR
public static final BuiltInMethod UNIX_DATE_CEIL
public static final BuiltInMethod UNIX_TIMESTAMP_FLOOR
public static final BuiltInMethod UNIX_TIMESTAMP_CEIL
public static final BuiltInMethod CURRENT_TIMESTAMP
public static final BuiltInMethod CURRENT_TIME
public static final BuiltInMethod CURRENT_DATE
public static final BuiltInMethod LOCAL_TIMESTAMP
public static final BuiltInMethod LOCAL_TIME
public static final BuiltInMethod BOOLEAN_TO_STRING
public static final BuiltInMethod JDBC_ARRAY_TO_LIST
public static final BuiltInMethod OBJECT_TO_STRING
public static final BuiltInMethod OBJECTS_EQUAL
public static final BuiltInMethod ROUND_LONG
public static final BuiltInMethod ROUND_INT
public static final BuiltInMethod DATE_TO_INT
public static final BuiltInMethod DATE_TO_INT_OPTIONAL
public static final BuiltInMethod TIME_TO_INT
public static final BuiltInMethod TIME_TO_INT_OPTIONAL
public static final BuiltInMethod TIMESTAMP_TO_LONG
public static final BuiltInMethod TIMESTAMP_TO_LONG_OFFSET
public static final BuiltInMethod TIMESTAMP_TO_LONG_OPTIONAL
public static final BuiltInMethod TIMESTAMP_TO_LONG_OPTIONAL_OFFSET
public static final BuiltInMethod SEQUENCE_CURRENT_VALUE
public static final BuiltInMethod SEQUENCE_NEXT_VALUE
public static final BuiltInMethod SLICE
public static final BuiltInMethod ELEMENT
public static final BuiltInMethod SELECTIVITY
public static final BuiltInMethod UNIQUE_KEYS
public static final BuiltInMethod AVERAGE_ROW_SIZE
public static final BuiltInMethod AVERAGE_COLUMN_SIZES
public static final BuiltInMethod IS_PHASE_TRANSITION
public static final BuiltInMethod SPLIT_COUNT
public static final BuiltInMethod MEMORY
public static final BuiltInMethod CUMULATIVE_MEMORY_WITHIN_PHASE
public static final BuiltInMethod CUMULATIVE_MEMORY_WITHIN_PHASE_SPLIT
public static final BuiltInMethod COLUMN_UNIQUENESS
public static final BuiltInMethod COLLATIONS
public static final BuiltInMethod DISTRIBUTION
public static final BuiltInMethod ROW_COUNT
public static final BuiltInMethod DISTINCT_ROW_COUNT
public static final BuiltInMethod PERCENTAGE_ORIGINAL_ROWS
public static final BuiltInMethod POPULATION_SIZE
public static final BuiltInMethod COLUMN_ORIGIN
public static final BuiltInMethod CUMULATIVE_COST
public static final BuiltInMethod NON_CUMULATIVE_COST
public static final BuiltInMethod EXPLAIN_VISIBILITY
public static final BuiltInMethod SCALAR_EXECUTE1
public static final BuiltInMethod SCALAR_EXECUTE2
public static final BuiltInMethod CONTEXT_VALUES
public static final BuiltInMethod CONTEXT_ROOT
public static final BuiltInMethod DATA_CONTEXT_GET_QUERY_PROVIDER
public static final BuiltInMethod PREDICATES
public static final BuiltInMethod METADATA_REL
public final Method method
public final Constructor constructor
public final Field field
public static final com.google.common.collect.ImmutableMap<Method,BuiltInMethod> MAP
public static BuiltInMethod[] values()
for (BuiltInMethod c : BuiltInMethod.values()) System.out.println(c);
public static BuiltInMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.