Enum BuiltInMethod

java.lang.Object
java.lang.Enum<BuiltInMethod>
org.apache.calcite.util.BuiltInMethod
All Implemented Interfaces:
Serializable, Comparable<BuiltInMethod>, Constable

public enum BuiltInMethod extends Enum<BuiltInMethod>
Built-in methods.
  • Enum Constant Details

    • QUERYABLE_SELECT

      public static final BuiltInMethod QUERYABLE_SELECT
    • QUERYABLE_AS_ENUMERABLE

      public static final BuiltInMethod QUERYABLE_AS_ENUMERABLE
    • QUERYABLE_TABLE_AS_QUERYABLE

      public static final BuiltInMethod QUERYABLE_TABLE_AS_QUERYABLE
    • AS_QUERYABLE

      public static final BuiltInMethod AS_QUERYABLE
    • ABSTRACT_ENUMERABLE_CTOR

      public static final BuiltInMethod ABSTRACT_ENUMERABLE_CTOR
    • INTO

      public static final BuiltInMethod INTO
    • REMOVE_ALL

      public static final BuiltInMethod REMOVE_ALL
    • SCHEMA_GET_SUB_SCHEMA

      public static final BuiltInMethod SCHEMA_GET_SUB_SCHEMA
    • SCHEMA_GET_TABLE

      public static final BuiltInMethod SCHEMA_GET_TABLE
    • SCHEMA_PLUS_ADD_TABLE

      public static final BuiltInMethod SCHEMA_PLUS_ADD_TABLE
    • SCHEMA_PLUS_REMOVE_TABLE

      public static final BuiltInMethod SCHEMA_PLUS_REMOVE_TABLE
    • SCHEMA_PLUS_UNWRAP

      public static final BuiltInMethod SCHEMA_PLUS_UNWRAP
    • SCHEMAS_ENUMERABLE_SCANNABLE

      public static final BuiltInMethod SCHEMAS_ENUMERABLE_SCANNABLE
    • SCHEMAS_ENUMERABLE_FILTERABLE

      public static final BuiltInMethod SCHEMAS_ENUMERABLE_FILTERABLE
    • SCHEMAS_ENUMERABLE_PROJECTABLE_FILTERABLE

      public static final BuiltInMethod SCHEMAS_ENUMERABLE_PROJECTABLE_FILTERABLE
    • SCHEMAS_QUERYABLE

      public static final BuiltInMethod SCHEMAS_QUERYABLE
    • REFLECTIVE_SCHEMA_GET_TARGET

      public static final BuiltInMethod REFLECTIVE_SCHEMA_GET_TARGET
    • DATA_CONTEXT_GET

      public static final BuiltInMethod DATA_CONTEXT_GET
    • DATA_CONTEXT_GET_ROOT_SCHEMA

      public static final BuiltInMethod DATA_CONTEXT_GET_ROOT_SCHEMA
    • JDBC_SCHEMA_DATA_SOURCE

      public static final BuiltInMethod JDBC_SCHEMA_DATA_SOURCE
    • ROW_VALUE

      public static final BuiltInMethod ROW_VALUE
    • ROW_AS_COPY

      public static final BuiltInMethod ROW_AS_COPY
    • RESULT_SET_ENUMERABLE_SET_TIMEOUT

      public static final BuiltInMethod RESULT_SET_ENUMERABLE_SET_TIMEOUT
    • RESULT_SET_ENUMERABLE_OF

      public static final BuiltInMethod RESULT_SET_ENUMERABLE_OF
    • RESULT_SET_ENUMERABLE_OF_PREPARED

      public static final BuiltInMethod RESULT_SET_ENUMERABLE_OF_PREPARED
    • CREATE_ENRICHER

      public static final BuiltInMethod CREATE_ENRICHER
    • HASH_JOIN

      public static final BuiltInMethod HASH_JOIN
    • MATCH

      public static final BuiltInMethod MATCH
    • PATTERN_BUILDER

      public static final BuiltInMethod PATTERN_BUILDER
    • PATTERN_BUILDER_SYMBOL

      public static final BuiltInMethod PATTERN_BUILDER_SYMBOL
    • PATTERN_BUILDER_SEQ

      public static final BuiltInMethod PATTERN_BUILDER_SEQ
    • PATTERN_BUILDER_BUILD

      public static final BuiltInMethod PATTERN_BUILDER_BUILD
    • PATTERN_TO_AUTOMATON

      public static final BuiltInMethod PATTERN_TO_AUTOMATON
    • MATCHER_BUILDER

      public static final BuiltInMethod MATCHER_BUILDER
    • MATCHER_BUILDER_ADD

      public static final BuiltInMethod MATCHER_BUILDER_ADD
    • MATCHER_BUILDER_BUILD

      public static final BuiltInMethod MATCHER_BUILDER_BUILD
    • MATCH_UTILS_LAST_WITH_SYMBOL

      public static final BuiltInMethod MATCH_UTILS_LAST_WITH_SYMBOL
    • EMITTER_EMIT

      public static final BuiltInMethod EMITTER_EMIT
    • MERGE_JOIN

      public static final BuiltInMethod MERGE_JOIN
    • SLICE0

      public static final BuiltInMethod SLICE0
    • SEMI_JOIN

      public static final BuiltInMethod SEMI_JOIN
    • ANTI_JOIN

      public static final BuiltInMethod ANTI_JOIN
    • NESTED_LOOP_JOIN

      public static final BuiltInMethod NESTED_LOOP_JOIN
    • CORRELATE_JOIN

      public static final BuiltInMethod CORRELATE_JOIN
    • CORRELATE_BATCH_JOIN

      public static final BuiltInMethod CORRELATE_BATCH_JOIN
    • SELECT

      public static final BuiltInMethod SELECT
    • SELECT2

      public static final BuiltInMethod SELECT2
    • SELECT_MANY

      public static final BuiltInMethod SELECT_MANY
    • WHERE

      public static final BuiltInMethod WHERE
    • WHERE2

      public static final BuiltInMethod WHERE2
    • DISTINCT

      public static final BuiltInMethod DISTINCT
    • DISTINCT2

      public static final BuiltInMethod DISTINCT2
    • SORTED_GROUP_BY

      public static final BuiltInMethod SORTED_GROUP_BY
    • GROUP_BY

      public static final BuiltInMethod GROUP_BY
    • GROUP_BY2

      public static final BuiltInMethod GROUP_BY2
    • GROUP_BY_MULTIPLE

      public static final BuiltInMethod GROUP_BY_MULTIPLE
    • AGGREGATE

      public static final BuiltInMethod AGGREGATE
    • ORDER_BY

      public static final BuiltInMethod ORDER_BY
    • ORDER_BY_WITH_FETCH_AND_OFFSET

      public static final BuiltInMethod ORDER_BY_WITH_FETCH_AND_OFFSET
    • UNION

      public static final BuiltInMethod UNION
    • CONCAT

      public static final BuiltInMethod CONCAT
    • REPEAT_UNION

      public static final BuiltInMethod REPEAT_UNION
    • MERGE_UNION

      public static final BuiltInMethod MERGE_UNION
    • LAZY_COLLECTION_SPOOL

      public static final BuiltInMethod LAZY_COLLECTION_SPOOL
    • INTERSECT

      public static final BuiltInMethod INTERSECT
    • EXCEPT

      public static final BuiltInMethod EXCEPT
    • SKIP

      public static final BuiltInMethod SKIP
    • TAKE

      public static final BuiltInMethod TAKE
    • SINGLETON_ENUMERABLE

      public static final BuiltInMethod SINGLETON_ENUMERABLE
    • EMPTY_ENUMERABLE

      public static final BuiltInMethod EMPTY_ENUMERABLE
    • NULLS_COMPARATOR

      public static final BuiltInMethod NULLS_COMPARATOR
    • NULLS_COMPARATOR2

      public static final BuiltInMethod NULLS_COMPARATOR2
    • ARRAY_COMPARER

      public static final BuiltInMethod ARRAY_COMPARER
    • FUNCTION0_APPLY

      public static final BuiltInMethod FUNCTION0_APPLY
    • FUNCTION1_APPLY

      public static final BuiltInMethod FUNCTION1_APPLY
    • ARRAYS_AS_LIST

      public static final BuiltInMethod ARRAYS_AS_LIST
    • ARRAY

      public static final BuiltInMethod ARRAY
    • PAIR_LIST_COPY_OF

      public static final BuiltInMethod PAIR_LIST_COPY_OF
    • FLAT_PRODUCT

      public static final BuiltInMethod FLAT_PRODUCT
    • FLAT_LIST

      public static final BuiltInMethod FLAT_LIST
    • LIST_N

      public static final BuiltInMethod LIST_N
    • LIST2

      public static final BuiltInMethod LIST2
    • LIST3

      public static final BuiltInMethod LIST3
    • LIST4

      public static final BuiltInMethod LIST4
    • LIST5

      public static final BuiltInMethod LIST5
    • LIST6

      public static final BuiltInMethod LIST6
    • COMPARABLE_EMPTY_LIST

      public static final BuiltInMethod COMPARABLE_EMPTY_LIST
    • IDENTITY_COMPARER

      public static final BuiltInMethod IDENTITY_COMPARER
    • IDENTITY_SELECTOR

      public static final BuiltInMethod IDENTITY_SELECTOR
    • AS_ENUMERABLE

      public static final BuiltInMethod AS_ENUMERABLE
    • AS_ENUMERABLE2

      public static final BuiltInMethod AS_ENUMERABLE2
    • ENUMERABLE_TO_LIST

      public static final BuiltInMethod ENUMERABLE_TO_LIST
    • ENUMERABLE_TO_MAP

      public static final BuiltInMethod ENUMERABLE_TO_MAP
    • AS_LIST

      public static final BuiltInMethod AS_LIST
    • MEMORY_GET0

      public static final BuiltInMethod MEMORY_GET0
    • MEMORY_GET1

      public static final BuiltInMethod MEMORY_GET1
    • ENUMERATOR_CURRENT

      public static final BuiltInMethod ENUMERATOR_CURRENT
    • ENUMERATOR_MOVE_NEXT

      public static final BuiltInMethod ENUMERATOR_MOVE_NEXT
    • ENUMERATOR_CLOSE

      public static final BuiltInMethod ENUMERATOR_CLOSE
    • ENUMERATOR_RESET

      public static final BuiltInMethod ENUMERATOR_RESET
    • ENUMERABLE_ENUMERATOR

      public static final BuiltInMethod ENUMERABLE_ENUMERATOR
    • ENUMERABLE_FOREACH

      public static final BuiltInMethod ENUMERABLE_FOREACH
    • ITERABLE_FOR_EACH

      public static final BuiltInMethod ITERABLE_FOR_EACH
    • FUNCTION_APPLY

      public static final BuiltInMethod FUNCTION_APPLY
    • PREDICATE_TEST

      public static final BuiltInMethod PREDICATE_TEST
    • BI_PREDICATE_TEST

      public static final BuiltInMethod BI_PREDICATE_TEST
    • CONSUMER_ACCEPT

      public static final BuiltInMethod CONSUMER_ACCEPT
    • TYPED_GET_ELEMENT_TYPE

      public static final BuiltInMethod TYPED_GET_ELEMENT_TYPE
    • BINDABLE_BIND

      public static final BuiltInMethod BINDABLE_BIND
    • RESULT_SET_GET_DATE2

      public static final BuiltInMethod RESULT_SET_GET_DATE2
    • RESULT_SET_GET_TIME2

      public static final BuiltInMethod RESULT_SET_GET_TIME2
    • RESULT_SET_GET_TIMESTAMP2

      public static final BuiltInMethod RESULT_SET_GET_TIMESTAMP2
    • TIME_ZONE_GET_OFFSET

      public static final BuiltInMethod TIME_ZONE_GET_OFFSET
    • LONG_VALUE

      public static final BuiltInMethod LONG_VALUE
    • STRING_TO_UPPER

      public static final BuiltInMethod STRING_TO_UPPER
    • COMPARATOR_COMPARE

      public static final BuiltInMethod COMPARATOR_COMPARE
    • COLLECTIONS_REVERSE_ORDER

      public static final BuiltInMethod COLLECTIONS_REVERSE_ORDER
    • COLLECTIONS_EMPTY_LIST

      public static final BuiltInMethod COLLECTIONS_EMPTY_LIST
    • COLLECTIONS_SINGLETON_LIST

      public static final BuiltInMethod COLLECTIONS_SINGLETON_LIST
    • COLLECTION_SIZE

      public static final BuiltInMethod COLLECTION_SIZE
    • COLLECTION_EXISTS

      public static final BuiltInMethod COLLECTION_EXISTS
    • COLLECTION_ALL

      public static final BuiltInMethod COLLECTION_ALL
    • COLLECTION_NULLABLE_EXISTS

      public static final BuiltInMethod COLLECTION_NULLABLE_EXISTS
    • COLLECTION_NULLABLE_ALL

      public static final BuiltInMethod COLLECTION_NULLABLE_ALL
    • MAP_CLEAR

      public static final BuiltInMethod MAP_CLEAR
    • MAP_GET

      public static final BuiltInMethod MAP_GET
    • MAP_GET_OR_DEFAULT

      public static final BuiltInMethod MAP_GET_OR_DEFAULT
    • MAP_PUT

      public static final BuiltInMethod MAP_PUT
    • COLLECTION_ADD

      public static final BuiltInMethod COLLECTION_ADD
    • COLLECTION_ADDALL

      public static final BuiltInMethod COLLECTION_ADDALL
    • COLLECTION_RETAIN_ALL

      public static final BuiltInMethod COLLECTION_RETAIN_ALL
    • LIST_CONTAINS

      public static final BuiltInMethod LIST_CONTAINS
    • LIST_GET

      public static final BuiltInMethod LIST_GET
    • ITERATOR_HAS_NEXT

      public static final BuiltInMethod ITERATOR_HAS_NEXT
    • ITERATOR_NEXT

      public static final BuiltInMethod ITERATOR_NEXT
    • MATH_MAX

      public static final BuiltInMethod MATH_MAX
    • MATH_MIN

      public static final BuiltInMethod MATH_MIN
    • SORTED_MULTI_MAP_PUT_MULTI

      public static final BuiltInMethod SORTED_MULTI_MAP_PUT_MULTI
    • SORTED_MULTI_MAP_ARRAYS

      public static final BuiltInMethod SORTED_MULTI_MAP_ARRAYS
    • SORTED_MULTI_MAP_SINGLETON

      public static final BuiltInMethod SORTED_MULTI_MAP_SINGLETON
    • BINARY_SEARCH5_LOWER

      public static final BuiltInMethod BINARY_SEARCH5_LOWER
    • BINARY_SEARCH5_UPPER

      public static final BuiltInMethod BINARY_SEARCH5_UPPER
    • BINARY_SEARCH6_LOWER

      public static final BuiltInMethod BINARY_SEARCH6_LOWER
    • BINARY_SEARCH6_UPPER

      public static final BuiltInMethod BINARY_SEARCH6_UPPER
    • ARRAY_ITEM

      public static final BuiltInMethod ARRAY_ITEM
    • MAP_ITEM

      public static final BuiltInMethod MAP_ITEM
    • ANY_ITEM

      public static final BuiltInMethod ANY_ITEM
    • UPPER

      public static final BuiltInMethod UPPER
    • LOWER

      public static final BuiltInMethod LOWER
    • ARRAY_TO_STRING

      public static final BuiltInMethod ARRAY_TO_STRING
    • SROUND

      public static final BuiltInMethod SROUND
    • STRUNCATE

      public static final BuiltInMethod STRUNCATE
    • ASCII

      public static final BuiltInMethod ASCII
    • CHAR_FROM_ASCII

      public static final BuiltInMethod CHAR_FROM_ASCII
    • CHAR_FROM_UTF8

      public static final BuiltInMethod CHAR_FROM_UTF8
    • CODE_POINTS_TO_BYTES

      public static final BuiltInMethod CODE_POINTS_TO_BYTES
    • CODE_POINTS_TO_STRING

      public static final BuiltInMethod CODE_POINTS_TO_STRING
    • TO_CODE_POINTS

      public static final BuiltInMethod TO_CODE_POINTS
    • CONVERT

      public static final BuiltInMethod CONVERT
    • EXP

      public static final BuiltInMethod EXP
    • MOD

      public static final BuiltInMethod MOD
    • POWER

      public static final BuiltInMethod POWER
    • REPEAT

      public static final BuiltInMethod REPEAT
    • SPACE

      public static final BuiltInMethod SPACE
    • SPLIT

      public static final BuiltInMethod SPLIT
    • SOUNDEX

      public static final BuiltInMethod SOUNDEX
    • SOUNDEX_SPARK

      public static final BuiltInMethod SOUNDEX_SPARK
    • STRCMP

      public static final BuiltInMethod STRCMP
    • DIFFERENCE

      public static final BuiltInMethod DIFFERENCE
    • REVERSE

      public static final BuiltInMethod REVERSE
    • LEVENSHTEIN

      public static final BuiltInMethod LEVENSHTEIN
    • FIND_IN_SET

      public static final BuiltInMethod FIND_IN_SET
    • LEFT

      public static final BuiltInMethod LEFT
    • TO_BASE64

      public static final BuiltInMethod TO_BASE64
    • FROM_BASE64

      public static final BuiltInMethod FROM_BASE64
    • TO_BASE32

      public static final BuiltInMethod TO_BASE32
    • FROM_BASE32

      public static final BuiltInMethod FROM_BASE32
    • TO_HEX

      public static final BuiltInMethod TO_HEX
    • FROM_HEX

      public static final BuiltInMethod FROM_HEX
    • MD5

      public static final BuiltInMethod MD5
    • SHA1

      public static final BuiltInMethod SHA1
    • SHA256

      public static final BuiltInMethod SHA256
    • SHA512

      public static final BuiltInMethod SHA512
    • THROW_UNLESS

      public static final BuiltInMethod THROW_UNLESS
    • COMPRESS

      public static final BuiltInMethod COMPRESS
    • URL_DECODE

      public static final BuiltInMethod URL_DECODE
    • URL_ENCODE

      public static final BuiltInMethod URL_ENCODE
    • EXTRACT_VALUE

      public static final BuiltInMethod EXTRACT_VALUE
    • XML_TRANSFORM

      public static final BuiltInMethod XML_TRANSFORM
    • EXTRACT_XML

      public static final BuiltInMethod EXTRACT_XML
    • EXISTS_NODE

      public static final BuiltInMethod EXISTS_NODE
    • JSONIZE

      public static final BuiltInMethod JSONIZE
    • DEJSONIZE

      public static final BuiltInMethod DEJSONIZE
    • JSON_VALUE_EXPRESSION

      public static final BuiltInMethod JSON_VALUE_EXPRESSION
    • JSON_API_COMMON_SYNTAX

      public static final BuiltInMethod JSON_API_COMMON_SYNTAX
    • JSON_API_COMMON_SYNTAX_WITH_CACHE

      public static final BuiltInMethod JSON_API_COMMON_SYNTAX_WITH_CACHE
    • JSON_EXISTS2

      public static final BuiltInMethod JSON_EXISTS2
    • JSON_EXISTS3

      public static final BuiltInMethod JSON_EXISTS3
    • JSON_VALUE

      public static final BuiltInMethod JSON_VALUE
    • JSON_QUERY

      public static final BuiltInMethod JSON_QUERY
    • JSON_OBJECT

      public static final BuiltInMethod JSON_OBJECT
    • JSON_TYPE

      public static final BuiltInMethod JSON_TYPE
    • JSON_DEPTH

      public static final BuiltInMethod JSON_DEPTH
    • JSON_KEYS

      public static final BuiltInMethod JSON_KEYS
    • JSON_INSERT

      public static final BuiltInMethod JSON_INSERT
    • JSON_PRETTY

      public static final BuiltInMethod JSON_PRETTY
    • JSON_LENGTH

      public static final BuiltInMethod JSON_LENGTH
    • JSON_REPLACE

      public static final BuiltInMethod JSON_REPLACE
    • JSON_REMOVE

      public static final BuiltInMethod JSON_REMOVE
    • JSON_STORAGE_SIZE

      public static final BuiltInMethod JSON_STORAGE_SIZE
    • JSON_SET

      public static final BuiltInMethod JSON_SET
    • JSON_OBJECTAGG_ADD

      public static final BuiltInMethod JSON_OBJECTAGG_ADD
    • JSON_ARRAY

      public static final BuiltInMethod JSON_ARRAY
    • JSON_ARRAYAGG_ADD

      public static final BuiltInMethod JSON_ARRAYAGG_ADD
    • IS_JSON_VALUE

      public static final BuiltInMethod IS_JSON_VALUE
    • IS_JSON_OBJECT

      public static final BuiltInMethod IS_JSON_OBJECT
    • IS_JSON_ARRAY

      public static final BuiltInMethod IS_JSON_ARRAY
    • IS_JSON_SCALAR

      public static final BuiltInMethod IS_JSON_SCALAR
    • ST_GEOM_FROM_EWKT

      public static final BuiltInMethod ST_GEOM_FROM_EWKT
    • INITCAP

      public static final BuiltInMethod INITCAP
    • SUBSTRING

      public static final BuiltInMethod SUBSTRING
    • FORMAT_NUMBER

      public static final BuiltInMethod FORMAT_NUMBER
    • LPAD

      public static final BuiltInMethod LPAD
    • RPAD

      public static final BuiltInMethod RPAD
    • STARTS_WITH

      public static final BuiltInMethod STARTS_WITH
    • ENDS_WITH

      public static final BuiltInMethod ENDS_WITH
    • OCTET_LENGTH

      public static final BuiltInMethod OCTET_LENGTH
    • CHAR_LENGTH

      public static final BuiltInMethod CHAR_LENGTH
    • BIT_LENGTH

      public static final BuiltInMethod BIT_LENGTH
    • BIT_GET

      public static final BuiltInMethod BIT_GET
    • STRING_CONCAT

      public static final BuiltInMethod STRING_CONCAT
    • STRING_CONCAT_WITH_NULL

      public static final BuiltInMethod STRING_CONCAT_WITH_NULL
    • PARSE_URL2

      public static final BuiltInMethod PARSE_URL2
    • PARSE_URL3

      public static final BuiltInMethod PARSE_URL3
    • MULTI_STRING_CONCAT

      public static final BuiltInMethod MULTI_STRING_CONCAT
    • MULTI_STRING_CONCAT_WITH_NULL

      public static final BuiltInMethod MULTI_STRING_CONCAT_WITH_NULL
    • MULTI_STRING_CONCAT_WITH_SEPARATOR

      public static final BuiltInMethod MULTI_STRING_CONCAT_WITH_SEPARATOR
    • FLOOR_DIV

      public static final BuiltInMethod FLOOR_DIV
    • FLOOR_MOD

      public static final BuiltInMethod FLOOR_MOD
    • ADD_MONTHS

      public static final BuiltInMethod ADD_MONTHS
    • ADD_MONTHS_INT

      public static final BuiltInMethod ADD_MONTHS_INT
    • SUBTRACT_MONTHS

      public static final BuiltInMethod SUBTRACT_MONTHS
    • FLOOR

      public static final BuiltInMethod FLOOR
    • CEIL

      public static final BuiltInMethod CEIL
    • ABS

      public static final BuiltInMethod ABS
    • ACOS

      public static final BuiltInMethod ACOS
    • ACOSH

      public static final BuiltInMethod ACOSH
    • ASIN

      public static final BuiltInMethod ASIN
    • ASINH

      public static final BuiltInMethod ASINH
    • ATAN

      public static final BuiltInMethod ATAN
    • ATAN2

      public static final BuiltInMethod ATAN2
    • ATANH

      public static final BuiltInMethod ATANH
    • CBRT

      public static final BuiltInMethod CBRT
    • COS

      public static final BuiltInMethod COS
    • COSH

      public static final BuiltInMethod COSH
    • COT

      public static final BuiltInMethod COT
    • COTH

      public static final BuiltInMethod COTH
    • CSC

      public static final BuiltInMethod CSC
    • CSCH

      public static final BuiltInMethod CSCH
    • DEGREES

      public static final BuiltInMethod DEGREES
    • FACTORIAL

      public static final BuiltInMethod FACTORIAL
    • IS_INF

      public static final BuiltInMethod IS_INF
    • IS_NAN

      public static final BuiltInMethod IS_NAN
    • OVERLAY

      public static final BuiltInMethod OVERLAY
    • OVERLAY3

      public static final BuiltInMethod OVERLAY3
    • POSITION

      public static final BuiltInMethod POSITION
    • RADIANS

      public static final BuiltInMethod RADIANS
    • RAND

      public static final BuiltInMethod RAND
    • RAND_SEED

      public static final BuiltInMethod RAND_SEED
    • RAND_INTEGER

      public static final BuiltInMethod RAND_INTEGER
    • RAND_INTEGER_SEED

      public static final BuiltInMethod RAND_INTEGER_SEED
    • SAFE_ADD

      public static final BuiltInMethod SAFE_ADD
    • SAFE_DIVIDE

      public static final BuiltInMethod SAFE_DIVIDE
    • SAFE_MULTIPLY

      public static final BuiltInMethod SAFE_MULTIPLY
    • SAFE_SUBTRACT

      public static final BuiltInMethod SAFE_SUBTRACT
    • LOG

      public static final BuiltInMethod LOG
    • SEC

      public static final BuiltInMethod SEC
    • SECH

      public static final BuiltInMethod SECH
    • SIGN

      public static final BuiltInMethod SIGN
    • SIN

      public static final BuiltInMethod SIN
    • TAN

      public static final BuiltInMethod TAN
    • TANH

      public static final BuiltInMethod TANH
    • SINH

      public static final BuiltInMethod SINH
    • TRUNCATE

      public static final BuiltInMethod TRUNCATE
    • TRUNCATE_OR_PAD

      public static final BuiltInMethod TRUNCATE_OR_PAD
    • TRIM

      public static final BuiltInMethod TRIM
    • REPLACE

      public static final BuiltInMethod REPLACE
    • TRANSLATE_WITH_CHARSET

      public static final BuiltInMethod TRANSLATE_WITH_CHARSET
    • TRANSLATE3

      public static final BuiltInMethod TRANSLATE3
    • LTRIM

      public static final BuiltInMethod LTRIM
    • RTRIM

      public static final BuiltInMethod RTRIM
    • LIKE

      public static final BuiltInMethod LIKE
    • LIKE_ESCAPE

      public static final BuiltInMethod LIKE_ESCAPE
    • ILIKE

      public static final BuiltInMethod ILIKE
    • ILIKE_ESCAPE

      public static final BuiltInMethod ILIKE_ESCAPE
    • RLIKE

      public static final BuiltInMethod RLIKE
    • SIMILAR

      public static final BuiltInMethod SIMILAR
    • SIMILAR_ESCAPE

      public static final BuiltInMethod SIMILAR_ESCAPE
    • POSIX_REGEX_INSENSITIVE

      public static final BuiltInMethod POSIX_REGEX_INSENSITIVE
    • POSIX_REGEX_SENSITIVE

      public static final BuiltInMethod POSIX_REGEX_SENSITIVE
    • REGEXP_CONTAINS

      public static final BuiltInMethod REGEXP_CONTAINS
    • REGEXP_EXTRACT2

      public static final BuiltInMethod REGEXP_EXTRACT2
    • REGEXP_EXTRACT3

      public static final BuiltInMethod REGEXP_EXTRACT3
    • REGEXP_EXTRACT4

      public static final BuiltInMethod REGEXP_EXTRACT4
    • REGEXP_EXTRACT_ALL

      public static final BuiltInMethod REGEXP_EXTRACT_ALL
    • REGEXP_INSTR2

      public static final BuiltInMethod REGEXP_INSTR2
    • REGEXP_INSTR3

      public static final BuiltInMethod REGEXP_INSTR3
    • REGEXP_INSTR4

      public static final BuiltInMethod REGEXP_INSTR4
    • REGEXP_INSTR5

      public static final BuiltInMethod REGEXP_INSTR5
    • REGEXP_REPLACE3

      public static final BuiltInMethod REGEXP_REPLACE3
    • REGEXP_REPLACE4

      public static final BuiltInMethod REGEXP_REPLACE4
    • REGEXP_REPLACE5

      public static final BuiltInMethod REGEXP_REPLACE5
    • REGEXP_REPLACE6

      public static final BuiltInMethod REGEXP_REPLACE6
    • IS_TRUE

      public static final BuiltInMethod IS_TRUE
    • IS_NOT_FALSE

      public static final BuiltInMethod IS_NOT_FALSE
    • NOT

      public static final BuiltInMethod NOT
    • LESSER

      public static final BuiltInMethod LESSER
    • GREATER

      public static final BuiltInMethod GREATER
    • LT_NULLABLE

      public static final BuiltInMethod LT_NULLABLE
    • GT_NULLABLE

      public static final BuiltInMethod GT_NULLABLE
    • LT

      public static final BuiltInMethod LT
    • GT

      public static final BuiltInMethod GT
    • BIT_AND

      public static final BuiltInMethod BIT_AND
    • BIT_OR

      public static final BuiltInMethod BIT_OR
    • BIT_XOR

      public static final BuiltInMethod BIT_XOR
    • MODIFIABLE_TABLE_GET_MODIFIABLE_COLLECTION

      public static final BuiltInMethod MODIFIABLE_TABLE_GET_MODIFIABLE_COLLECTION
    • SCANNABLE_TABLE_SCAN

      public static final BuiltInMethod SCANNABLE_TABLE_SCAN
    • STRING_TO_BOOLEAN

      public static final BuiltInMethod STRING_TO_BOOLEAN
    • INTERNAL_TO_DATE

      public static final BuiltInMethod INTERNAL_TO_DATE
    • INTERNAL_TO_TIME

      public static final BuiltInMethod INTERNAL_TO_TIME
    • INTERNAL_TO_TIMESTAMP

      public static final BuiltInMethod INTERNAL_TO_TIMESTAMP
    • STRING_TO_DATE

      public static final BuiltInMethod STRING_TO_DATE
    • STRING_TO_TIME

      public static final BuiltInMethod STRING_TO_TIME
    • STRING_TO_TIMESTAMP

      public static final BuiltInMethod STRING_TO_TIMESTAMP
    • STRING_TO_TIME_WITH_LOCAL_TIME_ZONE

      public static final BuiltInMethod STRING_TO_TIME_WITH_LOCAL_TIME_ZONE
    • TIME_STRING_TO_TIME_WITH_LOCAL_TIME_ZONE

      public static final BuiltInMethod TIME_STRING_TO_TIME_WITH_LOCAL_TIME_ZONE
    • STRING_TO_TIMESTAMP_WITH_LOCAL_TIME_ZONE

      public static final BuiltInMethod STRING_TO_TIMESTAMP_WITH_LOCAL_TIME_ZONE
    • TIMESTAMP_STRING_TO_TIMESTAMP_WITH_LOCAL_TIME_ZONE

      public static final BuiltInMethod TIMESTAMP_STRING_TO_TIMESTAMP_WITH_LOCAL_TIME_ZONE
    • TIME_WITH_LOCAL_TIME_ZONE_TO_TIME

      public static final BuiltInMethod TIME_WITH_LOCAL_TIME_ZONE_TO_TIME
    • TIME_WITH_LOCAL_TIME_ZONE_TO_TIMESTAMP

      public static final BuiltInMethod TIME_WITH_LOCAL_TIME_ZONE_TO_TIMESTAMP
    • TIME_WITH_LOCAL_TIME_ZONE_TO_TIMESTAMP_WITH_LOCAL_TIME_ZONE

      public static final BuiltInMethod TIME_WITH_LOCAL_TIME_ZONE_TO_TIMESTAMP_WITH_LOCAL_TIME_ZONE
    • TIME_WITH_LOCAL_TIME_ZONE_TO_STRING

      public static final BuiltInMethod TIME_WITH_LOCAL_TIME_ZONE_TO_STRING
    • TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_DATE

      public static final BuiltInMethod TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_DATE
    • TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_TIME

      public static final BuiltInMethod TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_TIME
    • TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_TIME_WITH_LOCAL_TIME_ZONE

      public static final BuiltInMethod TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_TIME_WITH_LOCAL_TIME_ZONE
    • TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_TIMESTAMP

      public static final BuiltInMethod TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_TIMESTAMP
    • TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_STRING

      public static final BuiltInMethod TIMESTAMP_WITH_LOCAL_TIME_ZONE_TO_STRING
    • TIMESTAMP_SECONDS

      public static final BuiltInMethod TIMESTAMP_SECONDS
    • TIMESTAMP_MILLIS

      public static final BuiltInMethod TIMESTAMP_MILLIS
    • TIMESTAMP_MICROS

      public static final BuiltInMethod TIMESTAMP_MICROS
    • UNIX_SECONDS

      public static final BuiltInMethod UNIX_SECONDS
    • UNIX_MILLIS

      public static final BuiltInMethod UNIX_MILLIS
    • UNIX_MICROS

      public static final BuiltInMethod UNIX_MICROS
    • DATE_FROM_UNIX_DATE

      public static final BuiltInMethod DATE_FROM_UNIX_DATE
    • UNIX_DATE

      public static final BuiltInMethod UNIX_DATE
    • DATE

      public static final BuiltInMethod DATE
    • DATETIME

      public static final BuiltInMethod DATETIME
    • TIME

      public static final BuiltInMethod TIME
    • TIMESTAMP

      public static final BuiltInMethod TIMESTAMP
    • PARSE_DATE

      public static final BuiltInMethod PARSE_DATE
    • PARSE_DATETIME

      public static final BuiltInMethod PARSE_DATETIME
    • PARSE_TIME

      public static final BuiltInMethod PARSE_TIME
    • PARSE_TIMESTAMP

      public static final BuiltInMethod PARSE_TIMESTAMP
    • FORMAT_TIMESTAMP

      public static final BuiltInMethod FORMAT_TIMESTAMP
    • TO_CHAR

      public static final BuiltInMethod TO_CHAR
    • FORMAT_DATE

      public static final BuiltInMethod FORMAT_DATE
    • FORMAT_TIME

      public static final BuiltInMethod FORMAT_TIME
    • UNIX_DATE_TO_STRING

      public static final BuiltInMethod UNIX_DATE_TO_STRING
    • UNIX_TIME_TO_STRING

      public static final BuiltInMethod UNIX_TIME_TO_STRING
    • UNIX_TIMESTAMP_TO_STRING

      public static final BuiltInMethod UNIX_TIMESTAMP_TO_STRING
    • INTERVAL_YEAR_MONTH_TO_STRING

      public static final BuiltInMethod INTERVAL_YEAR_MONTH_TO_STRING
    • INTERVAL_DAY_TIME_TO_STRING

      public static final BuiltInMethod INTERVAL_DAY_TIME_TO_STRING
    • UNIX_DATE_EXTRACT

      public static final BuiltInMethod UNIX_DATE_EXTRACT
    • UNIX_DATE_FLOOR

      public static final BuiltInMethod UNIX_DATE_FLOOR
    • UNIX_DATE_CEIL

      public static final BuiltInMethod UNIX_DATE_CEIL
    • UNIX_TIMESTAMP_FLOOR

      public static final BuiltInMethod UNIX_TIMESTAMP_FLOOR
    • UNIX_TIMESTAMP_CEIL

      public static final BuiltInMethod UNIX_TIMESTAMP_CEIL
    • CUSTOM_DATE_ADD

      public static final BuiltInMethod CUSTOM_DATE_ADD
    • CUSTOM_DATE_DIFF

      public static final BuiltInMethod CUSTOM_DATE_DIFF
    • CUSTOM_DATE_FLOOR

      public static final BuiltInMethod CUSTOM_DATE_FLOOR
    • CUSTOM_DATE_CEIL

      public static final BuiltInMethod CUSTOM_DATE_CEIL
    • CUSTOM_TIMESTAMP_ADD

      public static final BuiltInMethod CUSTOM_TIMESTAMP_ADD
    • CUSTOM_TIMESTAMP_DIFF

      public static final BuiltInMethod CUSTOM_TIMESTAMP_DIFF
    • CUSTOM_TIMESTAMP_FLOOR

      public static final BuiltInMethod CUSTOM_TIMESTAMP_FLOOR
    • CUSTOM_TIMESTAMP_CEIL

      public static final BuiltInMethod CUSTOM_TIMESTAMP_CEIL
    • TIMESTAMP_TO_DATE

      public static final BuiltInMethod TIMESTAMP_TO_DATE
    • LAST_DAY

      public static final BuiltInMethod LAST_DAY
    • DAYNAME_WITH_TIMESTAMP

      public static final BuiltInMethod DAYNAME_WITH_TIMESTAMP
    • DAYNAME_WITH_DATE

      public static final BuiltInMethod DAYNAME_WITH_DATE
    • MONTHNAME_WITH_TIMESTAMP

      public static final BuiltInMethod MONTHNAME_WITH_TIMESTAMP
    • MONTHNAME_WITH_DATE

      public static final BuiltInMethod MONTHNAME_WITH_DATE
    • CURRENT_TIMESTAMP

      public static final BuiltInMethod CURRENT_TIMESTAMP
    • CURRENT_TIME

      public static final BuiltInMethod CURRENT_TIME
    • CURRENT_DATE

      public static final BuiltInMethod CURRENT_DATE
    • CURRENT_DATETIME

      public static final BuiltInMethod CURRENT_DATETIME
    • CURRENT_DATETIME2

      public static final BuiltInMethod CURRENT_DATETIME2
    • LOCAL_TIMESTAMP

      public static final BuiltInMethod LOCAL_TIMESTAMP
    • LOCAL_TIME

      public static final BuiltInMethod LOCAL_TIME
    • TIME_ZONE

      public static final BuiltInMethod TIME_ZONE
    • USER

      public static final BuiltInMethod USER
    • SYSTEM_USER

      public static final BuiltInMethod SYSTEM_USER
    • LOCALE

      public static final BuiltInMethod LOCALE
    • BOOLEAN_TO_STRING

      public static final BuiltInMethod BOOLEAN_TO_STRING
    • JDBC_ARRAY_TO_LIST

      public static final BuiltInMethod JDBC_ARRAY_TO_LIST
    • OBJECT_TO_STRING

      public static final BuiltInMethod OBJECT_TO_STRING
    • OBJECTS_EQUAL

      public static final BuiltInMethod OBJECTS_EQUAL
    • HASH

      public static final BuiltInMethod HASH
    • COMPARE

      public static final BuiltInMethod COMPARE
    • COMPARE_NULLS_FIRST

      public static final BuiltInMethod COMPARE_NULLS_FIRST
    • COMPARE_NULLS_LAST

      public static final BuiltInMethod COMPARE_NULLS_LAST
    • COMPARE2

      public static final BuiltInMethod COMPARE2
    • COMPARE_NULLS_FIRST2

      public static final BuiltInMethod COMPARE_NULLS_FIRST2
    • COMPARE_NULLS_LAST2

      public static final BuiltInMethod COMPARE_NULLS_LAST2
    • ROUND_LONG

      public static final BuiltInMethod ROUND_LONG
    • ROUND_INT

      public static final BuiltInMethod ROUND_INT
    • DATE_TO_INT

      public static final BuiltInMethod DATE_TO_INT
    • DATE_TO_INT_OFFSET

      public static final BuiltInMethod DATE_TO_INT_OFFSET
    • DATE_TO_INT_OPTIONAL

      public static final BuiltInMethod DATE_TO_INT_OPTIONAL
    • DATE_TO_INT_OPTIONAL_OFFSET

      public static final BuiltInMethod DATE_TO_INT_OPTIONAL_OFFSET
    • TIME_TO_INT

      public static final BuiltInMethod TIME_TO_INT
    • TIME_TO_INT_OPTIONAL

      public static final BuiltInMethod TIME_TO_INT_OPTIONAL
    • TIMESTAMP_TO_LONG

      public static final BuiltInMethod TIMESTAMP_TO_LONG
    • TIMESTAMP_TO_LONG_OFFSET

      public static final BuiltInMethod TIMESTAMP_TO_LONG_OFFSET
    • TIMESTAMP_TO_LONG_OPTIONAL

      public static final BuiltInMethod TIMESTAMP_TO_LONG_OPTIONAL
    • TIMESTAMP_TO_LONG_OPTIONAL_OFFSET

      public static final BuiltInMethod TIMESTAMP_TO_LONG_OPTIONAL_OFFSET
    • SEQUENCE_CURRENT_VALUE

      public static final BuiltInMethod SEQUENCE_CURRENT_VALUE
    • SEQUENCE_NEXT_VALUE

      public static final BuiltInMethod SEQUENCE_NEXT_VALUE
    • SLICE

      public static final BuiltInMethod SLICE
    • ELEMENT

      public static final BuiltInMethod ELEMENT
    • MEMBER_OF

      public static final BuiltInMethod MEMBER_OF
    • MULTISET_INTERSECT_DISTINCT

      public static final BuiltInMethod MULTISET_INTERSECT_DISTINCT
    • MULTISET_INTERSECT_ALL

      public static final BuiltInMethod MULTISET_INTERSECT_ALL
    • MULTISET_EXCEPT_DISTINCT

      public static final BuiltInMethod MULTISET_EXCEPT_DISTINCT
    • MULTISET_EXCEPT_ALL

      public static final BuiltInMethod MULTISET_EXCEPT_ALL
    • MULTISET_UNION_DISTINCT

      public static final BuiltInMethod MULTISET_UNION_DISTINCT
    • MULTISET_UNION_ALL

      public static final BuiltInMethod MULTISET_UNION_ALL
    • IS_A_SET

      public static final BuiltInMethod IS_A_SET
    • IS_EMPTY

      public static final BuiltInMethod IS_EMPTY
    • SUBMULTISET_OF

      public static final BuiltInMethod SUBMULTISET_OF
    • ARRAY_APPEND

      public static final BuiltInMethod ARRAY_APPEND
    • ARRAY_COMPACT

      public static final BuiltInMethod ARRAY_COMPACT
    • ARRAY_DISTINCT

      public static final BuiltInMethod ARRAY_DISTINCT
    • ARRAY_MAX

      public static final BuiltInMethod ARRAY_MAX
    • ARRAY_MIN

      public static final BuiltInMethod ARRAY_MIN
    • ARRAY_POSITION

      public static final BuiltInMethod ARRAY_POSITION
    • ARRAY_PREPEND

      public static final BuiltInMethod ARRAY_PREPEND
    • ARRAY_REMOVE

      public static final BuiltInMethod ARRAY_REMOVE
    • ARRAY_REPEAT

      public static final BuiltInMethod ARRAY_REPEAT
    • ARRAY_EXCEPT

      public static final BuiltInMethod ARRAY_EXCEPT
    • ARRAY_INSERT

      public static final BuiltInMethod ARRAY_INSERT
    • ARRAY_INTERSECT

      public static final BuiltInMethod ARRAY_INTERSECT
    • ARRAY_UNION

      public static final BuiltInMethod ARRAY_UNION
    • ARRAY_REVERSE

      public static final BuiltInMethod ARRAY_REVERSE
    • ARRAYS_OVERLAP

      public static final BuiltInMethod ARRAYS_OVERLAP
    • ARRAYS_ZIP

      public static final BuiltInMethod ARRAYS_ZIP
    • SORT_ARRAY

      public static final BuiltInMethod SORT_ARRAY
    • MAP

      public static final BuiltInMethod MAP
    • MAP_CONCAT

      public static final BuiltInMethod MAP_CONCAT
    • MAP_ENTRIES

      public static final BuiltInMethod MAP_ENTRIES
    • MAP_KEYS

      public static final BuiltInMethod MAP_KEYS
    • MAP_VALUES

      public static final BuiltInMethod MAP_VALUES
    • MAP_FROM_ARRAYS

      public static final BuiltInMethod MAP_FROM_ARRAYS
    • MAP_FROM_ENTRIES

      public static final BuiltInMethod MAP_FROM_ENTRIES
    • STR_TO_MAP

      public static final BuiltInMethod STR_TO_MAP
    • SELECTIVITY

      public static final BuiltInMethod SELECTIVITY
    • UNIQUE_KEYS

      public static final BuiltInMethod UNIQUE_KEYS
    • AVERAGE_ROW_SIZE

      public static final BuiltInMethod AVERAGE_ROW_SIZE
    • AVERAGE_COLUMN_SIZES

      public static final BuiltInMethod AVERAGE_COLUMN_SIZES
    • IS_PHASE_TRANSITION

      public static final BuiltInMethod IS_PHASE_TRANSITION
    • SPLIT_COUNT

      public static final BuiltInMethod SPLIT_COUNT
    • LOWER_BOUND_COST

      public static final BuiltInMethod LOWER_BOUND_COST
    • MEMORY

      public static final BuiltInMethod MEMORY
    • CUMULATIVE_MEMORY_WITHIN_PHASE

      public static final BuiltInMethod CUMULATIVE_MEMORY_WITHIN_PHASE
    • CUMULATIVE_MEMORY_WITHIN_PHASE_SPLIT

      public static final BuiltInMethod CUMULATIVE_MEMORY_WITHIN_PHASE_SPLIT
    • COLUMN_UNIQUENESS

      public static final BuiltInMethod COLUMN_UNIQUENESS
    • COLLATIONS

      public static final BuiltInMethod COLLATIONS
    • DISTRIBUTION

      public static final BuiltInMethod DISTRIBUTION
    • NODE_TYPES

      public static final BuiltInMethod NODE_TYPES
    • ROW_COUNT

      public static final BuiltInMethod ROW_COUNT
    • MAX_ROW_COUNT

      public static final BuiltInMethod MAX_ROW_COUNT
    • MIN_ROW_COUNT

      public static final BuiltInMethod MIN_ROW_COUNT
    • DISTINCT_ROW_COUNT

      public static final BuiltInMethod DISTINCT_ROW_COUNT
    • PERCENTAGE_ORIGINAL_ROWS

      public static final BuiltInMethod PERCENTAGE_ORIGINAL_ROWS
    • POPULATION_SIZE

      public static final BuiltInMethod POPULATION_SIZE
    • COLUMN_ORIGIN

      public static final BuiltInMethod COLUMN_ORIGIN
    • EXPRESSION_LINEAGE

      public static final BuiltInMethod EXPRESSION_LINEAGE
    • TABLE_REFERENCES

      public static final BuiltInMethod TABLE_REFERENCES
    • CUMULATIVE_COST

      public static final BuiltInMethod CUMULATIVE_COST
    • NON_CUMULATIVE_COST

      public static final BuiltInMethod NON_CUMULATIVE_COST
    • PREDICATES

      public static final BuiltInMethod PREDICATES
    • ALL_PREDICATES

      public static final BuiltInMethod ALL_PREDICATES
    • EXPLAIN_VISIBILITY

      public static final BuiltInMethod EXPLAIN_VISIBILITY
    • SCALAR_EXECUTE1

      public static final BuiltInMethod SCALAR_EXECUTE1
    • SCALAR_EXECUTE2

      public static final BuiltInMethod SCALAR_EXECUTE2
    • CONTEXT_VALUES

      public static final BuiltInMethod CONTEXT_VALUES
    • CONTEXT_ROOT

      public static final BuiltInMethod CONTEXT_ROOT
    • FUNCTION_CONTEXTS_OF

      public static final BuiltInMethod FUNCTION_CONTEXTS_OF
    • DATA_CONTEXT_GET_QUERY_PROVIDER

      public static final BuiltInMethod DATA_CONTEXT_GET_QUERY_PROVIDER
    • METADATA_REL

      public static final BuiltInMethod METADATA_REL
    • STRUCT_ACCESS

      public static final BuiltInMethod STRUCT_ACCESS
    • SOURCE_SORTER

      public static final BuiltInMethod SOURCE_SORTER
    • BASIC_LAZY_ACCUMULATOR

      public static final BuiltInMethod BASIC_LAZY_ACCUMULATOR
    • LAZY_AGGREGATE_LAMBDA_FACTORY

      public static final BuiltInMethod LAZY_AGGREGATE_LAMBDA_FACTORY
    • BASIC_AGGREGATE_LAMBDA_FACTORY

      public static final BuiltInMethod BASIC_AGGREGATE_LAMBDA_FACTORY
    • AGG_LAMBDA_FACTORY_ACC_INITIALIZER

      public static final BuiltInMethod AGG_LAMBDA_FACTORY_ACC_INITIALIZER
    • AGG_LAMBDA_FACTORY_ACC_ADDER

      public static final BuiltInMethod AGG_LAMBDA_FACTORY_ACC_ADDER
    • AGG_LAMBDA_FACTORY_ACC_RESULT_SELECTOR

      public static final BuiltInMethod AGG_LAMBDA_FACTORY_ACC_RESULT_SELECTOR
    • AGG_LAMBDA_FACTORY_ACC_SINGLE_GROUP_RESULT_SELECTOR

      public static final BuiltInMethod AGG_LAMBDA_FACTORY_ACC_SINGLE_GROUP_RESULT_SELECTOR
    • TUMBLING

      public static final BuiltInMethod TUMBLING
    • HOPPING

      public static final BuiltInMethod HOPPING
    • SESSIONIZATION

      public static final BuiltInMethod SESSIONIZATION
    • BIG_DECIMAL_ADD

      public static final BuiltInMethod BIG_DECIMAL_ADD
    • BIG_DECIMAL_NEGATE

      public static final BuiltInMethod BIG_DECIMAL_NEGATE
    • COMPARE_TO

      public static final BuiltInMethod COMPARE_TO
  • Field Details

    • method

      public final Method method
    • constructor

      public final Constructor constructor
    • field

      public final Field field
    • FUNCTIONS_MAPS

      public static final com.google.common.collect.ImmutableMap<Method,BuiltInMethod> FUNCTIONS_MAPS
  • Method Details

    • values

      public static BuiltInMethod[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static BuiltInMethod valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getMethodName

      public String getMethodName()