@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface PartitionTableFunctionDescription
Modifier and Type | Required Element and Description |
---|---|
Description |
description |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isInternal
if true it is not usable in the language.
|
public abstract Description description
public abstract boolean isInternal
WindowingTableFunction
is the only internal function.Copyright © 2017 The Apache Software Foundation. All rights reserved.