Class UDTFInformationInferrer


  • public class UDTFInformationInferrer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String functionName  
    • Constructor Summary

      Constructors 
      Constructor Description
      UDTFInformationInferrer​(java.lang.String functionName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.iotdb.udf.api.customizer.strategy.AccessStrategy getAccessStrategy​(java.util.List<java.lang.String> childExpressions, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> childExpressionDataTypes, java.util.Map<java.lang.String,​java.lang.String> attributes)  
      org.apache.iotdb.tsfile.file.metadata.enums.TSDataType inferOutputType​(java.util.List<java.lang.String> childExpressions, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> childExpressionDataTypes, java.util.Map<java.lang.String,​java.lang.String> attributes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • functionName

        protected final java.lang.String functionName
    • Constructor Detail

      • UDTFInformationInferrer

        public UDTFInformationInferrer​(java.lang.String functionName)
    • Method Detail

      • inferOutputType

        public org.apache.iotdb.tsfile.file.metadata.enums.TSDataType inferOutputType​(java.util.List<java.lang.String> childExpressions,
                                                                                      java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> childExpressionDataTypes,
                                                                                      java.util.Map<java.lang.String,​java.lang.String> attributes)
      • getAccessStrategy

        public org.apache.iotdb.udf.api.customizer.strategy.AccessStrategy getAccessStrategy​(java.util.List<java.lang.String> childExpressions,
                                                                                             java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> childExpressionDataTypes,
                                                                                             java.util.Map<java.lang.String,​java.lang.String> attributes)