Skip to content

Commit

Permalink
coral-hive spotlesscheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aastha25 committed Dec 13, 2023
1 parent 5288845 commit 03a29bb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
/**
* Copyright 2023 LinkedIn Corporation. All rights reserved.
* Licensed under the BSD-2 Clause license.
* See LICENSE in the project root for license information.
*/
package com.linkedin.coral.hive.hive2rel.functions;

import org.apache.calcite.sql.type.OrdinalReturnTypeInference;


/**
* Custom implementation of {@link OrdinalReturnTypeInference} which allows inferring the return type
* based on the ordinal of a given input argument and also exposes the ordinal.
Expand Down

0 comments on commit 03a29bb

Please sign in to comment.