Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.spec.SortSpec.SortFieldSpec
-
Packages that use SortSpec.SortFieldSpec Package Description org.apache.flink.table.planner.plan.nodes.exec.spec -
-
Uses of SortSpec.SortFieldSpec in org.apache.flink.table.planner.plan.nodes.exec.spec
Methods in org.apache.flink.table.planner.plan.nodes.exec.spec that return SortSpec.SortFieldSpec Modifier and Type Method Description SortSpec.SortFieldSpec
SortSpec. getFieldSpec(int index)
GetsSortSpec.SortFieldSpec
of field at given index.SortSpec.SortFieldSpec[]
SortSpec. getFieldSpecs()
Gets allSortSpec.SortFieldSpec
in the SortSpec.Constructors in org.apache.flink.table.planner.plan.nodes.exec.spec with parameters of type SortSpec.SortFieldSpec Constructor Description SortSpec(SortSpec.SortFieldSpec[] fieldSpecs)
-