risingwave_frontend::expr::table_function

Type Alias TableFunctionType

source
pub type TableFunctionType = Type;
Expand description

Alias for Type.

Aliased Type§

enum TableFunctionType {
Show 20 variants Unspecified = 0, GenerateSeries = 1, Unnest = 2, RegexpMatches = 3, Range = 4, GenerateSubscripts = 5, PgExpandarray = 6, PgGetKeywords = 18, JsonbArrayElements = 10, JsonbArrayElementsText = 11, JsonbEach = 12, JsonbEachText = 13, JsonbObjectKeys = 14, JsonbPathQuery = 15, JsonbPopulateRecordset = 16, JsonbToRecordset = 17, FileScan = 19, PostgresQuery = 20, MysqlQuery = 21, UserDefined = 100,
}

Variants§

§

Unspecified = 0

§

GenerateSeries = 1

§

Unnest = 2

§

RegexpMatches = 3

§

Range = 4

§

GenerateSubscripts = 5

§

PgExpandarray = 6

buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE

§

PgGetKeywords = 18

§

JsonbArrayElements = 10

Jsonb functions

§

JsonbArrayElementsText = 11

§

JsonbEach = 12

§

JsonbEachText = 13

§

JsonbObjectKeys = 14

§

JsonbPathQuery = 15

§

JsonbPopulateRecordset = 16

§

JsonbToRecordset = 17

§

FileScan = 19

file scan

§

PostgresQuery = 20

postgres query

§

MysqlQuery = 21

mysql query

§

UserDefined = 100

User defined table function